Condividi tramite


IDebugDocumentHost.GetDeferredText Method

Definition

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

Parameters

dwTextStartCookie
UInt32
pcharText
IntPtr

nativeint

pstaTextAttr
UInt16[]
pcNumChars
UInt32
cMaxChars
UInt32

Returns

Applies to