Share via


DkmNativeCppEnumType.UnderlyingType Property

Definition

The underlying type of the enumeration. This is always an integer type.

This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).

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

Property Value

Applies to