IExplorerNode.ParentNode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the parent node for the current node.
public:
property Microsoft::VisualStudio::SharePoint::Explorer::IExplorerNode ^ ParentNode { Microsoft::VisualStudio::SharePoint::Explorer::IExplorerNode ^ get(); };
public Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNode ParentNode { get; }
member this.ParentNode : Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNode
Public ReadOnly Property ParentNode As IExplorerNode
Property Value
The parent node for the current node.