Reference2 Properties

 

Namespace:   VSLangProj2
Assembly:  VSLangProj2 (in VSLangProj2.dll)

NameDescription
System_CAPS_pubpropertyBuildNumber

Gets the build number of the reference. Read-only.

System_CAPS_pubpropertyCollection

Gets a collection of References.

System_CAPS_pubpropertyContainingProject

Gets the Project containing the reference.

System_CAPS_pubpropertyCopyLocal

Determines whether the reference is copied to the local bin path.

System_CAPS_pubpropertyCulture

Gets the culture string of a reference. Read-only.

System_CAPS_pubpropertyDescription

Gets a text description of the reference. Read-only.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyExtender[String^]

Returns the requested Extender object if it is available for this object.

System_CAPS_pubpropertyExtenderCATID

Gets the Extender category ID (CATID) for the object.

System_CAPS_pubpropertyExtenderNames

Gets a list of available Extenders for the object.

System_CAPS_pubpropertyIdentity

Gets the unique identifier of the reference. Read-only.

System_CAPS_pubpropertyMajorVersion

Gets the major version number of the reference. Read-only.

System_CAPS_pubpropertyMinorVersion

Gets the minor version number of the reference. Read-only.

System_CAPS_pubpropertyName

Gets the name of the object. Read-only.

System_CAPS_pubpropertyPath

Gets the path to the reference file. Read-only.

System_CAPS_pubpropertyPublicKeyToken

Gets the public key token for the referenced assembly.

System_CAPS_pubpropertyRevisionNumber

Gets the revision number of the reference. Read-only.

System_CAPS_pubpropertyRuntimeVersion

Gets and sets the version of the runtime the reference was built against. Read-only.

System_CAPS_pubpropertySourceProject

Gets a Project object if the reference is a project. Otherwise, it returns Nothing (a null reference). Read-only.

System_CAPS_pubpropertyStrongName

Gets whether the reference is signed with a public/private key pair. Read-only.

System_CAPS_pubpropertyType

Gets a prjReferenceType value indicating whether the reference is an assembly or a COM component. Read-only.

System_CAPS_pubpropertyVersion

Gets the version of the selected reference.

Return to top
Show: