IDatabaseNode.ParentNode Property

Gets the parent for this node.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
ReadOnly Property ParentNode As IDatabaseNode
    Get
'Usage
Dim instance As IDatabaseNode
Dim value As IDatabaseNode

value = instance.ParentNode
IDatabaseNode ParentNode { get; }
property IDatabaseNode^ ParentNode {
    IDatabaseNode^ get ();
}
function get ParentNode () : IDatabaseNode
abstract ParentNode : IDatabaseNode

Property Value

Type: Microsoft.VisualStudio.Data.Schema.Project.Project.IDatabaseNode

Remarks

If this node is the IDatabaseProjectNode, then null is returned.

.NET Framework Security

See Also

Reference

IDatabaseNode Interface

IDatabaseNode Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace