DkmMCppMethodScope.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] The parent of this scope, null for the root scope of a method.
This API was introduced in Visual Studio 14 Update 1 (DkmApiVersion.VS14Update1).
public:
property Microsoft::VisualStudio::Debugger::Clr::Cpp::DkmMCppMethodScope ^ Parent { Microsoft::VisualStudio::Debugger::Clr::Cpp::DkmMCppMethodScope ^ get(); };
public:
property Microsoft::VisualStudio::Debugger::Clr::Cpp::DkmMCppMethodScope ^ Parent { Microsoft::VisualStudio::Debugger::Clr::Cpp::DkmMCppMethodScope ^ get(); };
public Microsoft.VisualStudio.Debugger.Clr.Cpp.DkmMCppMethodScope Parent { get; }
public Microsoft.VisualStudio.Debugger.Clr.Cpp.DkmMCppMethodScope? Parent { get; }
member this.Parent : Microsoft.VisualStudio.Debugger.Clr.Cpp.DkmMCppMethodScope
Public ReadOnly Property Parent As DkmMCppMethodScope