ComponentOne Studio for 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
参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.