| COMReferenceItem Class |
Namespace: SandcastleBuilder.Utils
The COMReferenceItem 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 | |
|---|---|---|
| Guid |
This is used to get the project reference's GUID
| |
| HintPath |
Hint path isn't applicable to COM references
(Overrides ReferenceItemHintPath.) | |
| ProjectElement |
This returns the project element associated with the instance
(Inherited from BaseBuildItem.) | |
| Reference |
This is used to get the reference description
(Inherited from ReferenceItem.) | |
| VersionMajor |
This is used to get the major version number
| |
| VersionMinor |
This is used to get the minor version number
| |
| WrapperTool |
This is used to get the wrapper tool
|