IActiveScriptDebug32.EnumCodeContextsOfPosition 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 EnumCodeContextsOfPosition(System::UInt32 dwSourceContext, System::UInt32 uCharacterOffset, System::UInt32 uNumChars, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IEnumDebugCodeContexts ^ % ppescc);
public int EnumCodeContextsOfPosition (uint dwSourceContext, uint uCharacterOffset, uint uNumChars, out Microsoft.VisualStudio.Debugger.Interop.IEnumDebugCodeContexts ppescc);
abstract member EnumCodeContextsOfPosition : uint32 * uint32 * uint32 * IEnumDebugCodeContexts -> int
Public Function EnumCodeContextsOfPosition (dwSourceContext As UInteger, uCharacterOffset As UInteger, uNumChars As UInteger, ByRef ppescc As IEnumDebugCodeContexts) As Integer
Parameters
- dwSourceContext
- UInt32
- uCharacterOffset
- UInt32
- uNumChars
- UInt32
- ppescc
- IEnumDebugCodeContexts