IAsyncDebugPropertyInfoProvider.GetPropertiesAsync 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 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
- pCompletionHandler
- IAsyncDebugGetPropertiesCompletionHandler
- ppDebugOperation
- IAsyncDebugEngineOperation