Basic Library for UWP/WinRT XAML
GetText メソッド (UnsafeNativeMethods.ITextStoreACP2)

構文
'宣言
 
Sub GetText( _
   ByVal start As System.Integer, _
   ByVal end As System.Integer, _
   ByVal text() As System.Char, _
   ByVal cchReq As System.Integer, _
   ByRef charsCopied As System.Integer, _
   ByVal runInfo() As NativeMethods.TS_RUNINFO, _
   ByVal cRunInfoReq As System.Integer, _
   ByRef cRunInfoRcv As System.Integer, _
   ByRef nextCp As System.Integer _
) 
void GetText( 
   System.int start,
   System.int end,
   out System.char[] text,
   System.int cchReq,
   out System.int charsCopied,
   out NativeMethods.TS_RUNINFO[] runInfo,
   System.int cRunInfoReq,
   out System.int cRunInfoRcv,
   out System.int nextCp
)

パラメータ

start
end
text
cchReq
charsCopied
runInfo
cRunInfoReq
cRunInfoRcv
nextCp
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

UnsafeNativeMethods.ITextStoreACP2 インターフェース
UnsafeNativeMethods.ITextStoreACP2 メンバ

Send Feedback