IDebugAsyncPropertyProvider.GetAsyncMethodIdentityProperty Method
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.
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