This topic has not yet been rated - Rate this topic

Reference3 Members 

Extends the Reference2 interface of the VSLangProj2 namespace.

The following tables list the members exposed by the Reference3 type.

  Name Description
Public property Aliases Gets or sets the aliased names for the specified reference. This property applies to Visual C# only. 
Public property AutoReferenced Gets whether the reference is automatically referenced by the compiler. 
Public property BuildNumber Gets the build number of the reference. 
Public property Collection Gets a collection of References
Public property ContainingProject Gets the Project containing the reference. 
Public property CopyLocal Gets or sets whether the reference is copied to the local bin path. 
Public property Culture Gets the culture string of a reference. 
Public property Description Gets a text description of the reference. 
Public property DTE Gets the top-level extensibility object. 
Public property Extender Microsoft Internal Use Only. 
Public property ExtenderCATID Microsoft Internal Use Only. 
Public property ExtenderNames Microsoft Internal Use Only. 
Public property Identity Gets the unique identifier of the reference. 
Public property Isolated Gets or sets whether the COM reference is isolated, that is, not registered with Windows. 
Public property MajorVersion Gets the major version number of the reference. 
Public property MinorVersion Gets the minor version number of the reference. 
Public property Name Gets the name of the object. 
Public property Path Gets the path to the reference file. 
Public property PublicKeyToken Gets the public key token from a strongly signed reference. 
Public property RefType Gets the type of reference: assembly, COM, or native. 
Public property Resolved Gets whether the current reference was resolved. 
Public property RevisionNumber Gets the revision number of the reference. 
Public property RuntimeVersion Gets the version of the runtime against which the reference was built. This is applicable only for .NET references. 
Public property SourceProject Gets a Project object if the reference is a project. Otherwise, it returns Nothing (a null object). 
Public property SpecificVersion Gets or sets whether only a specific version of the reference is used. 
Public property StrongName Gets whether the reference is signed with a public/private key pair. 
Public property SubType Sets or Gets the assembly subtype. 
Public property Type Obsolete. Included for backward compatibility only. Use RefType instead. 
Public property Version Gets the version of the specified reference. 
Top
  Name Description
Public method Remove Removes the reference from the References object that contains it.  
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.