OAComReference Members

Represents a reference to a COM component.

The OAComReference type exposes the following members.

Constructors

  Name Description
Public method OAComReference Initializes a new instance of OAComReference for the specified node.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method get_Extender Gets the Extender of the specified name. (Inherited from OAReferenceBase<RefType>.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Remove Removes this reference from its collection. (Inherited from OAReferenceBase<RefType>.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Protected property BaseReferenceNode Gets the subtype of ReferenceNode with which this node was constructed. (Inherited from OAReferenceBase<RefType>.)
Public property BuildNumber Gets the build number of the reference. (Inherited from OAReferenceBase<RefType>.)
Public property Collection Gets the reference collection in which this reference exists. (Inherited from OAReferenceBase<RefType>.)
Public property ContainingProject Gets the project in which this reference exists. (Inherited from OAReferenceBase<RefType>.)
Public property CopyLocal Gets or sets whether or not this assembly is copied to the local bin path. (Inherited from OAReferenceBase<RefType>.)
Public property Culture Gets the language and culture supported by this COM component. (Overrides OAReferenceBase<ComReferenceNode>.Culture.)
Public property Description Gets the description of the reference. (Inherited from OAReferenceBase<RefType>.)
Public property DTE Gets the top-level automation object. (Inherited from OAReferenceBase<RefType>.)
Public property ExtenderCATID Gets the GUID of the element that is being extended. (Inherited from OAReferenceBase<RefType>.)
Public property ExtenderNames Gets a list of available Extenders for this reference. (Inherited from OAReferenceBase<RefType>.)
Public property Identity Gets the ID of the COM component. (Overrides OAReferenceBase<ComReferenceNode>.Identity.)
Public property MajorVersion Gets the major version number of the COM component. (Overrides OAReferenceBase<ComReferenceNode>.MajorVersion.)
Public property MinorVersion Gets the minor version number of the COM component. (Overrides OAReferenceBase<ComReferenceNode>.MinorVersion.)
Public property Name Gets the name of the COM component. (Overrides OAReferenceBase<ComReferenceNode>.Name.)
Public property Path Gets the path of the reference. (Inherited from OAReferenceBase<RefType>.)
Public property PublicKeyToken Gets the public key token for the referenced assembly. (Inherited from OAReferenceBase<RefType>.)
Public property RevisionNumber Gets the revision number of the reference. (Inherited from OAReferenceBase<RefType>.)
Public property SourceProject Gets the project object if this reference is a project. (Inherited from OAReferenceBase<RefType>.)
Public property StrongName Gets whether the assembly is signed with a public/private key pair. (Inherited from OAReferenceBase<RefType>.)
Public property Type Gets the type of reference this is. (Overrides OAReferenceBase<ComReferenceNode>.Type.)
Public property Version Gets the version number of the COM component. (Overrides OAReferenceBase<ComReferenceNode>.Version.)

Top

See Also

Reference

OAComReference Class

Microsoft.VisualStudio.Package.Automation Namespace