DatabaseProjectReferenceSelectorData Class
Used by IDatabaseProjectFeature instances that implement IDatabaseProjectReferenceController to return details about which references must be created in the project system. The project feature displays a dialog box that allows the user to select the reference type and then package that information in this object.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectReferenceSelectorData
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class DatabaseProjectReferenceSelectorData
[CLSCompliantAttribute(false)]
public class DatabaseProjectReferenceSelectorData
[CLSCompliantAttribute(false)]
public ref class DatabaseProjectReferenceSelectorData
[<CLSCompliantAttribute(false)>]
type DatabaseProjectReferenceSelectorData = class end
public class DatabaseProjectReferenceSelectorData
The DatabaseProjectReferenceSelectorData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DatabaseProjectReferenceSelectorData | Initializes a new instance of the DatabaseProjectReferenceSelectorData class. |
Top
Properties
Name | Description | |
---|---|---|
Metadata | Gets the metadata that is used to allow database schema providers to initialize the node after it has been created through the DatabaseNodeAdded event. |
Top
Methods
Name | Description | |
---|---|---|
AddMetadata | Used to allow database schema providers to initialize the node after it has been created through the DatabaseNodeAdded event. | |
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.) | |
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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
SelectorData | This is the Visual Studio selector data that details what is to be referenced. |
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.Project Namespace