OAProjectReference 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..::..OAProjectReference
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 OAProjectReference _
Inherits OAReferenceBase
'Usage
Dim instance As OAProjectReference
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class OAProjectReference : OAReferenceBase
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class OAProjectReference : public OAReferenceBase
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type OAProjectReference =
class
inherit OAReferenceBase
end
public class OAProjectReference extends OAReferenceBase
The OAProjectReference type exposes the following members.
Properties
Name | Description | |
---|---|---|
BuildNumber | Gets {insert text here}. (Inherited from OAReferenceBase.) | |
Collection | Gets {insert text here}. (Inherited from OAReferenceBase.) | |
ContainingProject | Gets {insert text here}. (Inherited from OAReferenceBase.) | |
CopyLocal | Gets or sets {insert text here}. (Inherited from OAReferenceBase.) | |
Culture | Gets {insert text here}. (Overrides OAReferenceBase..::..Culture.) | |
Description | Gets {insert text here}. (Inherited from OAReferenceBase.) | |
DTE | Gets {insert text here}. (Inherited from OAReferenceBase.) | |
ExtenderCATID | Gets {insert text here}. (Inherited from OAReferenceBase.) | |
ExtenderNames | Gets {insert text here}. (Inherited from OAReferenceBase.) | |
Identity | Gets {insert text here}. (Overrides OAReferenceBase..::..Identity.) | |
MajorVersion | Gets {insert text here}. (Inherited from OAReferenceBase.) | |
MinorVersion | Gets {insert text here}. (Inherited from OAReferenceBase.) | |
Name | Gets {insert text here}. (Overrides OAReferenceBase..::..Name.) | |
Path | Gets {insert text here}. (Overrides OAReferenceBase..::..Path.) | |
PublicKeyToken | Gets {insert text here}. (Inherited from OAReferenceBase.) | |
RevisionNumber | Gets {insert text here}. (Inherited from OAReferenceBase.) | |
SourceProject | Gets {insert text here}. (Overrides OAReferenceBase..::..SourceProject.) | |
StrongName | Gets {insert text here}. (Inherited from OAReferenceBase.) | |
Type | Gets {insert text here}. (Overrides OAReferenceBase..::..Type.) | |
Version | Gets {insert text here}. (Overrides OAReferenceBase..::..Version.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
get_Extender | (Inherited from OAReferenceBase.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | (Inherited from OAReferenceBase.) | |
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