Share via


IDebugCodeContext150.GetInfoAsync Method

Definition

public:
 int GetInfoAsync(System::UInt32 dwRequestedFields, Microsoft::VisualStudio::Debugger::Interop::IDebugCodeContextInfoCompletionRoutine150 ^ pCompletionRoutine);
public int GetInfoAsync(uint dwRequestedFields, Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContextInfoCompletionRoutine150 pCompletionRoutine);
abstract member GetInfoAsync : uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContextInfoCompletionRoutine150 -> int
Public Function GetInfoAsync (dwRequestedFields As UInteger, pCompletionRoutine As IDebugCodeContextInfoCompletionRoutine150) As Integer

Parameters

dwRequestedFields
UInt32

Returns

Applies to