DateTimeEditors for WinRT
GetText Method (UnsafeNativeMethods.ITextStoreACP2)

Syntax
'Declaration
 
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
)

Parameters

start
end
text
cchReq
charsCopied
runInfo
cRunInfoReq
cRunInfoRcv
nextCp
See Also

Reference

UnsafeNativeMethods.ITextStoreACP2 Interface
UnsafeNativeMethods.ITextStoreACP2 Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback