ProjectReferenceItem Class |
Namespace: SandcastleBuilder.Utils
The ProjectReferenceItem type exposes the following members.
Name | Description | |
---|---|---|
Equals |
See if specified item equals this one by name alone
(Inherited from ReferenceItem.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAttributes | Returns a collection of custom attributes for this instance of a component. (Inherited from ReferenceItem.) | |
GetClassName | Returns the class name of this instance of a component. (Inherited from ReferenceItem.) | |
GetComponentName | Returns the name of this instance of a component. (Inherited from ReferenceItem.) | |
GetConverter | Returns a type converter for this instance of a component. (Inherited from ReferenceItem.) | |
GetDefaultEvent | Returns the default event for this instance of a component. (Inherited from ReferenceItem.) | |
GetDefaultProperty | Returns the default property for this instance of a component. (Inherited from ReferenceItem.) | |
GetEditor | Returns an editor of the specified type for this instance of a component. (Inherited from ReferenceItem.) | |
GetEvents | Returns the events for this instance of a component. (Inherited from ReferenceItem.) | |
GetEvents(Attribute) | Returns the events for this instance of a component using the specified attribute array as a filter. (Inherited from ReferenceItem.) | |
GetHashCode |
Get a hash code for this item
(Inherited from ReferenceItem.) | |
GetProperties | Returns the properties for this instance of a component. (Inherited from ReferenceItem.) | |
GetProperties(Attribute) | Returns the properties for this instance of a component using the attribute array as a filter. (Inherited from ReferenceItem.) | |
GetPropertyOwner | Returns an object that contains the property described by the specified property descriptor. (Inherited from ReferenceItem.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Return a string representation of the item
(Inherited from ReferenceItem.) |
Name | Description | |
---|---|---|
HintPath |
Hint path isn't applicable to project references
(Overrides ReferenceItemHintPath.) | |
Name |
This is used to get the project name
| |
Project |
This is used to get the project reference's GUID
| |
ProjectElement |
This returns the project element associated with the instance
(Inherited from BaseBuildItem.) | |
ProjectPath |
This is used to set or path to the project
| |
Reference |
This is overridden to return the project name rather than the
file path.
(Overrides ReferenceItemReference.) | |
ReferenceOutputAssembly |
This is used to get or set whether or not to use the project as a reference or just for MSBuild
dependency determination.
|