IDatabaseNode.ParentNode Property
Gets the parent for this node.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
ReadOnly Property ParentNode As IDatabaseNode
IDatabaseNode ParentNode { get; }
property IDatabaseNode^ ParentNode {
IDatabaseNode^ get ();
}
abstract ParentNode : IDatabaseNode
function get ParentNode () : IDatabaseNode
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseNode
The parent node or null.
Remarks
If this node is the IDatabaseProjectNode, then null will be returned.
.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
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace