IDebugDocumentText2.GetText(TEXT_POSITION, UInt32, IntPtr, UInt32) 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 GetText(Microsoft::VisualStudio::Debugger::Interop::TEXT_POSITION pos, System::UInt32 cMaxChars, IntPtr pText, [Runtime::InteropServices::Out] System::UInt32 % pcNumChars);
public int GetText(Microsoft.VisualStudio.Debugger.Interop.TEXT_POSITION pos, uint cMaxChars, IntPtr pText, out uint pcNumChars);
abstract member GetText : Microsoft.VisualStudio.Debugger.Interop.TEXT_POSITION * uint32 * nativeint * uint32 -> int
Public Function GetText (pos As TEXT_POSITION, cMaxChars As UInteger, pText As IntPtr, ByRef pcNumChars As UInteger) As Integer
Parameters
- pos
- TEXT_POSITION
- cMaxChars
- UInt32
- pText
-
IntPtr
nativeint
- pcNumChars
- UInt32