IDebugCodeContext150.GetInfoAsync 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 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
- pCompletionRoutine
- IDebugCodeContextInfoCompletionRoutine150