Share via


IDebugAsyncPropertyProvider.GetAsyncMethodIdentityProperty Method

Definition

public:
 int GetAsyncMethodIdentityProperty(Microsoft::VisualStudio::Debugger::Interop::IDebugSymbolProvider ^ pSymbolProvider, Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, Microsoft::VisualStudio::Debugger::Interop::IDebugBinder ^ pBinder, [Runtime::InteropServices::Out] System::Object ^ % ppHandle);
public int GetAsyncMethodIdentityProperty (Microsoft.VisualStudio.Debugger.Interop.IDebugSymbolProvider pSymbolProvider, Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress, Microsoft.VisualStudio.Debugger.Interop.IDebugBinder pBinder, out object ppHandle);
abstract member GetAsyncMethodIdentityProperty : Microsoft.VisualStudio.Debugger.Interop.IDebugSymbolProvider * Microsoft.VisualStudio.Debugger.Interop.IDebugAddress * Microsoft.VisualStudio.Debugger.Interop.IDebugBinder * obj -> int
Public Function GetAsyncMethodIdentityProperty (pSymbolProvider As IDebugSymbolProvider, pAddress As IDebugAddress, pBinder As IDebugBinder, ByRef ppHandle As Object) As Integer

Parameters

pSymbolProvider
IDebugSymbolProvider
pAddress
IDebugAddress
pBinder
IDebugBinder
ppHandle
Object

Returns

Applies to