Reference3 Members
Visual Studio 2005
Extends the Reference2 interface of the VSLangProj2 namespace.
The following tables list the members exposed by the Reference3 type.
| Name | Description | |
|---|---|---|
| Aliases | Gets or sets the aliased names for the specified reference. This property applies to Visual C# only. |
| AutoReferenced | Gets whether the reference is automatically referenced by the compiler. |
| BuildNumber | Gets the build number of the reference. |
| Collection | Gets a collection of References. |
| ContainingProject | Gets the Project containing the reference. |
| CopyLocal | Gets or sets whether the reference is copied to the local bin path. |
| Culture | Gets the culture string of a reference. |
| Description | Gets a text description of the reference. |
| DTE | Gets the top-level extensibility object. |
| Extender | Microsoft Internal Use Only. |
| ExtenderCATID | Microsoft Internal Use Only. |
| ExtenderNames | Microsoft Internal Use Only. |
| Identity | Gets the unique identifier of the reference. |
| Isolated | Gets or sets whether the COM reference is isolated, that is, not registered with Windows. |
| MajorVersion | Gets the major version number of the reference. |
| MinorVersion | Gets the minor version number of the reference. |
| Name | Gets the name of the object. |
| Path | Gets the path to the reference file. |
| PublicKeyToken | Gets the public key token from a strongly signed reference. |
| RefType | Gets the type of reference: assembly, COM, or native. |
| Resolved | Gets whether the current reference was resolved. |
| RevisionNumber | Gets the revision number of the reference. |
| RuntimeVersion | Gets the version of the runtime against which the reference was built. This is applicable only for .NET references. |
| SourceProject | Gets a Project object if the reference is a project. Otherwise, it returns Nothing (a null object). |
| SpecificVersion | Gets or sets whether only a specific version of the reference is used. |
| StrongName | Gets whether the reference is signed with a public/private key pair. |
| SubType | Sets or Gets the assembly subtype. |
| Type | Obsolete. Included for backward compatibility only. Use RefType instead. |
| Version | Gets the version of the specified reference. |