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

構文
'宣言
 
Sub CreateContext( _
   ByVal clientId As System.Integer, _
   ByVal flags As NativeMethods.CreateContextFlags, _
   ByVal obj As System.Object, _
   ByRef context As UnsafeNativeMethods.ITfContext, _
   ByRef editCookie As System.Integer _
) 
void CreateContext( 
   System.int clientId,
   NativeMethods.CreateContextFlags flags,
   System.object obj,
   out UnsafeNativeMethods.ITfContext context,
   out System.int editCookie
)

パラメータ

clientId
flags
obj
context
editCookie
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.ITfDocumentMgr インターフェース
UnsafeNativeMethods.ITfDocumentMgr メンバ

Send Feedback