DkmClrType.ElementType Property

Definition

[Optional] The type of the object encompassed or referenced by this type given the type is an array, pointer or reference. This value is null if there is no element type.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 property Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ ElementType { Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ get(); };
public:
 property Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ ElementType { Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ get(); };
public Microsoft.VisualStudio.Debugger.Clr.DkmClrType ElementType { get; }
member this.ElementType : Microsoft.VisualStudio.Debugger.Clr.DkmClrType
Public ReadOnly Property ElementType As DkmClrType

Property Value

Applies to