Condividi tramite


IDebugThread156.GetThreadPropertiesAsync Method

Definition

public:
 int GetThreadPropertiesAsync(System::UInt32 dwFields, Microsoft::VisualStudio::Debugger::Interop::IAsyncDebugGetThreadPropertiesCompletionHandler ^ pCompletionHandler, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IAsyncDebugEngineOperation ^ % ppDebugOperation);
public int GetThreadPropertiesAsync (uint dwFields, Microsoft.VisualStudio.Debugger.Interop.IAsyncDebugGetThreadPropertiesCompletionHandler pCompletionHandler, out Microsoft.VisualStudio.Debugger.Interop.IAsyncDebugEngineOperation ppDebugOperation);
abstract member GetThreadPropertiesAsync : uint32 * Microsoft.VisualStudio.Debugger.Interop.IAsyncDebugGetThreadPropertiesCompletionHandler * IAsyncDebugEngineOperation -> int
Public Function GetThreadPropertiesAsync (dwFields As UInteger, pCompletionHandler As IAsyncDebugGetThreadPropertiesCompletionHandler, ByRef ppDebugOperation As IAsyncDebugEngineOperation) As Integer

Parameters

dwFields
UInt32
ppDebugOperation
IAsyncDebugEngineOperation

Returns

Applies to