DkmNativeCppType.GetSymbolInterface Method

Definition

Obtains a pointer to the IDiaSymbol object, when available, that backs this member. For non-class/struct/union types, a dia symbol may or may not be available, depending on how the type got created.

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).

public:
 System::Object ^ GetSymbolInterface();
public:
 Platform::Object ^ GetSymbolInterface();
winrt::Windows::Foundation::IInspectable GetSymbolInterface();
public object GetSymbolInterface ();
public object? GetSymbolInterface ();
member this.GetSymbolInterface : unit -> obj
Public Function GetSymbolInterface () As Object

Returns

[Out,Optional] A pointer to the underlying IDiaSymbol object used to represent this member.

Applies to