Share via


IDebugDocumentText.GetText(UInt32, IntPtr, UInt16[], UInt32, UInt32) Method

Definition

public:
 int GetText(System::UInt32 cCharacterPosition, IntPtr pcharText, cli::array <System::UInt16> ^ pstaTextAttr, [Runtime::InteropServices::Out] System::UInt32 % pcNumChars, System::UInt32 cMaxChars);
public int GetText (uint cCharacterPosition, IntPtr pcharText, ushort[] pstaTextAttr, out uint pcNumChars, uint cMaxChars);
abstract member GetText : uint32 * nativeint * uint16[] * uint32 * uint32 -> int
Public Function GetText (cCharacterPosition As UInteger, pcharText As IntPtr, pstaTextAttr As UShort(), ByRef pcNumChars As UInteger, cMaxChars As UInteger) As Integer

Parameters

cCharacterPosition
UInt32
pcharText
IntPtr

nativeint

pstaTextAttr
UInt16[]
pcNumChars
UInt32
cMaxChars
UInt32

Returns

Applies to