IDebugDocumentHelper32.CreateDebugDocumentContext 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 CreateDebugDocumentContext(System::UInt32 iCharPos, System::UInt32 cChars, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugDocumentContext ^ % ppddc);
public int CreateDebugDocumentContext(uint iCharPos, uint cChars, out Microsoft.VisualStudio.Debugger.Interop.IDebugDocumentContext ppddc);
abstract member CreateDebugDocumentContext : uint32 * uint32 * IDebugDocumentContext -> int
Public Function CreateDebugDocumentContext (iCharPos As UInteger, cChars As UInteger, ByRef ppddc As IDebugDocumentContext) As Integer
Parameters
- iCharPos
- UInt32
- cChars
- UInt32
- ppddc
- IDebugDocumentContext