IAsyncDebugPropertyInfoProvider.GetPropertiesAsync Method

Definition

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

Parameters

firstIndex
UInt32
Count
UInt32
ppDebugOperation
IAsyncDebugEngineOperation

Returns

Int32

Applies to