DkmScriptDocumentTreeNode.Parent 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.
[Optional] Parent in the script document tree. This will be null for the root application container.
public:
property Microsoft::VisualStudio::Debugger::Script::DkmScriptDocumentTreeNode ^ Parent { Microsoft::VisualStudio::Debugger::Script::DkmScriptDocumentTreeNode ^ get(); };
public Microsoft.VisualStudio.Debugger.Script.DkmScriptDocumentTreeNode Parent { get; }
public Microsoft.VisualStudio.Debugger.Script.DkmScriptDocumentTreeNode? Parent { get; }
member this.Parent : Microsoft.VisualStudio.Debugger.Script.DkmScriptDocumentTreeNode
Public ReadOnly Property Parent As DkmScriptDocumentTreeNode