OAAssemblyReference Class

This class and its members are reserved for internal use and are not intended to be used in your code.

This API is not CLS-compliant. 

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Internal..::..OAReferenceBase
    Microsoft.VisualStudio.Data.Tools.Package.Internal..::..OAAssemblyReference

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class OAAssemblyReference _
    Inherits OAReferenceBase
'Usage
Dim instance As OAAssemblyReference
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class OAAssemblyReference : OAReferenceBase
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class OAAssemblyReference : public OAReferenceBase
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type OAAssemblyReference =  
    class
        inherit OAReferenceBase
    end
public class OAAssemblyReference extends OAReferenceBase

The OAAssemblyReference type exposes the following members.

Properties

  Name Description
Public property BuildNumber Gets {insert text here}. (Overrides OAReferenceBase..::..BuildNumber.)
Public property Collection Gets {insert text here}. (Inherited from OAReferenceBase.)
Public property ContainingProject Gets {insert text here}. (Inherited from OAReferenceBase.)
Public property CopyLocal Gets or sets {insert text here}. (Inherited from OAReferenceBase.)
Public property Culture Gets {insert text here}. (Overrides OAReferenceBase..::..Culture.)
Public property Description Gets {insert text here}. (Inherited from OAReferenceBase.)
Public property DTE Gets {insert text here}. (Inherited from OAReferenceBase.)
Public property ExtenderCATID Gets {insert text here}. (Inherited from OAReferenceBase.)
Public property ExtenderNames Gets {insert text here}. (Inherited from OAReferenceBase.)
Public property Identity Gets {insert text here}. (Overrides OAReferenceBase..::..Identity.)
Public property MajorVersion Gets {insert text here}. (Overrides OAReferenceBase..::..MajorVersion.)
Public property MinorVersion Gets {insert text here}. (Overrides OAReferenceBase..::..MinorVersion.)
Public property Name Gets {insert text here}. (Overrides OAReferenceBase..::..Name.)
Public property Path Gets {insert text here}. (Inherited from OAReferenceBase.)
Public property PublicKeyToken Gets {insert text here}. (Inherited from OAReferenceBase.)
Public property RevisionNumber Gets {insert text here}. (Overrides OAReferenceBase..::..RevisionNumber.)
Public property SourceProject Gets {insert text here}. (Inherited from OAReferenceBase.)
Public property StrongName Gets {insert text here}. (Overrides OAReferenceBase..::..StrongName.)
Public property Type Gets {insert text here}. (Overrides OAReferenceBase..::..Type.)
Public property Version Gets {insert text here}. (Overrides OAReferenceBase..::..Version.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method get_Extender (Inherited from OAReferenceBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from OAReferenceBase.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace