OADatabaseFileReference 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..::..OADatabaseFileReference
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class OADatabaseFileReference _
Inherits OAReferenceBase
'Usage
Dim instance As OADatabaseFileReference
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class OADatabaseFileReference : OAReferenceBase
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class OADatabaseFileReference : public OAReferenceBase
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type OADatabaseFileReference =
class
inherit OAReferenceBase
end
public class OADatabaseFileReference extends OAReferenceBase
The OADatabaseFileReference 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}. (Inherited from OAReferenceBase.) | |
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}. (Inherited from OAReferenceBase.) | |
PublicKeyToken | Gets {insert text here}. (Inherited from OAReferenceBase.) | |
RevisionNumber | Gets {insert text here}. (Inherited from OAReferenceBase.) | |
SourceProject | Gets {insert text here}. (Inherited from OAReferenceBase.) | |
StrongName | Gets {insert text here}. (Inherited from OAReferenceBase.) | |
Type | Gets {insert text here}. (Inherited from OAReferenceBase.) | |
Version | Gets {insert text here}. (Inherited from OAReferenceBase.) |
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