DkmNativeCppEnumValue Class
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.
A constant value defined as part of a native C++ enum.
This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).
public ref class DkmNativeCppEnumValue
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmNativeCppEnumValue
[Windows::Foundation::Metadata::WebHostHidden]
class DkmNativeCppEnumValue
[System.Runtime.InteropServices.Guid("a948b519-5c9f-9653-5699-78849d6b2b28")]
public class DkmNativeCppEnumValue
[<System.Runtime.InteropServices.Guid("a948b519-5c9f-9653-5699-78849d6b2b28")>]
type DkmNativeCppEnumValue = class
Public Class DkmNativeCppEnumValue
- Inheritance
-
DkmNativeCppEnumValue
- Attributes
Properties
Name |
The name of this constant. This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2). |
Value |
The value of this constant. This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2). |
Methods
Create(String, UInt64) |
Create a new DkmNativeCppEnumValue object instance. Location constraint: API must be called from an IDE component (component level > 100,000). This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2). |