DkmMCppStaticLocalVariableSymbol.Type Property

Definition

The type of the variable. Every static local variable is required to have a native type.

This API was introduced in Visual Studio 14 Update 1 (DkmApiVersion.VS14Update1).

public:
 property Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppType ^ Type { Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppType ^ get(); };
public Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppType Type { get; }
member this.Type : Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppType
Public ReadOnly Property Type As DkmNativeCppType

Property Value

DkmNativeCppType

Applies to