DkmCompiledNativeCppTypeExpression Class

Definition

The result of compiling a type expression.

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

public ref class DkmCompiledNativeCppTypeExpression : Microsoft::VisualStudio::Debugger::Native::Cpp::DkmCompiledNativeCppExpression
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmCompiledNativeCppTypeExpression : Microsoft::VisualStudio::Debugger::Native::Cpp::DkmCompiledNativeCppExpression
[Windows::Foundation::Metadata::WebHostHidden]
class DkmCompiledNativeCppTypeExpression : Microsoft::VisualStudio::Debugger::Native::Cpp::DkmCompiledNativeCppExpression
[System.Runtime.InteropServices.Guid("bb368c8e-d285-673f-c9c1-d989f4a593ee")]
public class DkmCompiledNativeCppTypeExpression : Microsoft.VisualStudio.Debugger.Native.Cpp.DkmCompiledNativeCppExpression
[<System.Runtime.InteropServices.Guid("bb368c8e-d285-673f-c9c1-d989f4a593ee")>]
type DkmCompiledNativeCppTypeExpression = class
    inherit DkmCompiledNativeCppExpression
Public Class DkmCompiledNativeCppTypeExpression
Inherits DkmCompiledNativeCppExpression
Inheritance
DkmCompiledNativeCppTypeExpression
Attributes

Properties

TagValue

DkmCompiledNativeCppExpression is an abstract base class. This enum indicates which derived class this object is an instance of.

(Inherited from DkmCompiledNativeCppExpression)
Type

The type represented by the expression text.

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

Methods

Create(DkmNativeCppType)

Create a new DkmCompiledNativeCppTypeExpression 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).

Applies to