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.Schema.Package.Internal.OAReferenceBase
Microsoft.VisualStudio.Data.Schema.Package.Internal.OAProjectReference
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class OAProjectReference _
Inherits OAReferenceBase
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class OAProjectReference : OAReferenceBase
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class OAProjectReference : public OAReferenceBase
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type OAProjectReference =
class
inherit OAReferenceBase
end
public class OAProjectReference extends OAReferenceBase
The OAProjectReference type exposes the following members.
Properties
Name | Description | |
---|---|---|
BuildNumber | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAReferenceBase.) | |
Collection | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAReferenceBase.) | |
ContainingProject | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAReferenceBase.) | |
CopyLocal | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAReferenceBase.) | |
Culture | This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides OAReferenceBase.Culture.) | |
Description | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAReferenceBase.) | |
DTE | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAReferenceBase.) | |
ExtenderCATID | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAReferenceBase.) | |
ExtenderNames | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAReferenceBase.) | |
Identity | This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides OAReferenceBase.Identity.) | |
MajorVersion | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAReferenceBase.) | |
MinorVersion | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAReferenceBase.) | |
Name | This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides OAReferenceBase.Name.) | |
Path | This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides OAReferenceBase.Path.) | |
PublicKeyToken | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAReferenceBase.) | |
RevisionNumber | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAReferenceBase.) | |
SourceProject | This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides OAReferenceBase.SourceProject.) | |
StrongName | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAReferenceBase.) | |
Type | This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides OAReferenceBase.Type.) | |
Version | This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides OAReferenceBase.Version.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
get_Extender | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAReferenceBase.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAReferenceBase.) | |
ToString | Returns a string that represents the current object. (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.Schema.Package.Internal Namespace