Basic Library for UWP/WinRT XAML
GetTextAndPropertyUpdates メソッド

構文
'宣言
 
Sub GetTextAndPropertyUpdates( _
   ByVal flags As System.Integer, _
   ByRef properties As System.IntPtr, _
   ByVal count As System.Integer, _
   ByRef ranges As UnsafeNativeMethods.IEnumTfRanges _
) 
void GetTextAndPropertyUpdates( 
   System.int flags,
   ref System.IntPtr properties,
   System.int count,
   out UnsafeNativeMethods.IEnumTfRanges ranges
)

パラメータ

flags
properties
count
ranges
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.ITfEditRecord インターフェース
UnsafeNativeMethods.ITfEditRecord メンバ

Send Feedback