ISchemaModelViewerController.ProjectNode Property
Gets the database project node that is associated with this controller.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
ReadOnly Property ProjectNode As IDatabaseProjectNode
IDatabaseProjectNode ProjectNode { get; }
property IDatabaseProjectNode^ ProjectNode {
IDatabaseProjectNode^ get ();
}
abstract ProjectNode : IDatabaseProjectNode
function get ProjectNode () : IDatabaseProjectNode
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectNode
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ISchemaModelViewerController Interface
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace