SchemaViewControllerBase.RootNode Property
Gets or sets the root node.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Property RootNode As IDatabaseSchemaViewNode
Get
Set
'Usage
Dim value As IDatabaseSchemaViewNode
value = Me.RootNode
Me.RootNode = value
protected IDatabaseSchemaViewNode RootNode { get; set; }
protected:
property IDatabaseSchemaViewNode^ RootNode {
IDatabaseSchemaViewNode^ get ();
void set (IDatabaseSchemaViewNode^ value);
}
function get RootNode () : IDatabaseSchemaViewNode
function set RootNode (value : IDatabaseSchemaViewNode)
member RootNode : IDatabaseSchemaViewNode with get, set
Property Value
.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
SchemaViewControllerBase Class
SchemaViewControllerBase Members
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace