Share via


OAReferenceBase Members

Include Protected Members
Include Inherited Members

Represents the automation equivalent of ReferenceNode.

The OAReferenceBase type exposes the following members.

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 try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

get_Extender

Gets the Extender of the specified name.

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.

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

BuildNumber

Gets the build number of the reference.

Public property

Collection

Gets the reference collection in which this reference exists.

Public property

ContainingProject

Gets the project in which this reference exists.

Public property

CopyLocal

Gets or sets whether or not this assembly is copied to the local bin path.

Public property

Culture

Gets the culture or language supported by the reference.

Public property

Description

Gets the description of the reference.

Public property

DTE

Gets the top-level automation object.

Public property

ExtenderCATID

Gets the GUID of the element that is being extended.

Public property

ExtenderNames

Gets a list of available Extenders for this reference.

Public property

Identity

Gets the ID of the reference.

Public property

MajorVersion

Gets the major version number of the reference.

Public property

MinorVersion

Gets the minor version of the reference.

Public property

Name

Gets the name of the reference.

Public property

Path

Gets the path of the reference.

Public property

PublicKeyToken

Gets the public key token for the referenced assembly.

Public property

RevisionNumber

Gets the revision number of the reference.

Public property

SourceProject

Gets the project object if this reference is a project.

Public property

StrongName

Gets whether the assembly is signed with a public/private key pair.

Public property

Type

Gets the type of the reference (assembly or COM component).

Public property

Version

Gets the version of the reference.

Top

See Also

Reference

OAReferenceBase Class

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace