IActiveScriptSiteDebug32.GetDocumentContextFromPosition Method
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.
C++
public:
int GetDocumentContextFromPosition(System::UInt32 dwSourceContext, System::UInt32 uCharacterOffset, System::UInt32 uNumChars, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugDocumentContext ^ % ppsc);
public int GetDocumentContextFromPosition(uint dwSourceContext, uint uCharacterOffset, uint uNumChars, out Microsoft.VisualStudio.Debugger.Interop.IDebugDocumentContext ppsc);
abstract member GetDocumentContextFromPosition : uint32 * uint32 * uint32 * IDebugDocumentContext -> int
Public Function GetDocumentContextFromPosition (dwSourceContext As UInteger, uCharacterOffset As UInteger, uNumChars As UInteger, ByRef ppsc As IDebugDocumentContext) As Integer
- dwSourceContext
- UInt32
- uCharacterOffset
- UInt32
- uNumChars
- UInt32
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2019 |