IActiveScriptSiteDebug64.GetDocumentContextFromPosition 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 GetDocumentContextFromPosition(System::UInt64 dwSourceContext, System::UInt32 uCharacterOffset, System::UInt32 uNumChars, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugDocumentContext ^ % ppsc);
public int GetDocumentContextFromPosition(ulong dwSourceContext, uint uCharacterOffset, uint uNumChars, out Microsoft.VisualStudio.Debugger.Interop.IDebugDocumentContext ppsc);
abstract member GetDocumentContextFromPosition : uint64 * uint32 * uint32 * IDebugDocumentContext -> int
Public Function GetDocumentContextFromPosition (dwSourceContext As ULong, uCharacterOffset As UInteger, uNumChars As UInteger, ByRef ppsc As IDebugDocumentContext) As Integer
Parameters
- dwSourceContext
- UInt64
- uCharacterOffset
- UInt32
- uNumChars
- UInt32