TextComposition コンストラクター

定義

TextComposition クラスの新しいインスタンスを初期化します。

オーバーロード

TextComposition(InputManager, IInputElement, String)

指定した TextComposition、ソース要素、および構成テキストを初期値として、InputManager クラスの新しいインスタンスを初期化します。

TextComposition(InputManager, IInputElement, String, TextCompositionAutoComplete)

指定した TextComposition、ソース要素、構成テキスト、および InputManager 設定を初期値として、TextCompositionAutoComplete クラスの新しいインスタンスを初期化します。

TextComposition(InputManager, IInputElement, String)

指定した TextComposition、ソース要素、および構成テキストを初期値として、InputManager クラスの新しいインスタンスを初期化します。

public:
 TextComposition(System::Windows::Input::InputManager ^ inputManager, System::Windows::IInputElement ^ source, System::String ^ resultText);
public TextComposition (System.Windows.Input.InputManager inputManager, System.Windows.IInputElement source, string resultText);
new System.Windows.Input.TextComposition : System.Windows.Input.InputManager * System.Windows.IInputElement * string -> System.Windows.Input.TextComposition
Public Sub New (inputManager As InputManager, source As IInputElement, resultText As String)

パラメーター

inputManager
InputManager

このテキスト構成に関連付ける入力マネージャー。

source
IInputElement

このテキスト構成のソース要素。 ソース要素の基になるオブジェクトは、IInputElement インターフェイスを実装している必要があります。

resultText
String

構成の初期テキストを含む文字列。 このパラメーターは、クラスの新しいインスタンスの Text プロパティの値になります。

注釈

このコンストラクターを使用して の TextComposition新しいインスタンスを作成する場合、新しいインスタンスは AutoCompleteOn に設定されます。

適用対象

TextComposition(InputManager, IInputElement, String, TextCompositionAutoComplete)

指定した TextComposition、ソース要素、構成テキスト、および InputManager 設定を初期値として、TextCompositionAutoComplete クラスの新しいインスタンスを初期化します。

public:
 TextComposition(System::Windows::Input::InputManager ^ inputManager, System::Windows::IInputElement ^ source, System::String ^ resultText, System::Windows::Input::TextCompositionAutoComplete autoComplete);
[System.Security.SecurityCritical]
public TextComposition (System.Windows.Input.InputManager inputManager, System.Windows.IInputElement source, string resultText, System.Windows.Input.TextCompositionAutoComplete autoComplete);
public TextComposition (System.Windows.Input.InputManager inputManager, System.Windows.IInputElement source, string resultText, System.Windows.Input.TextCompositionAutoComplete autoComplete);
[<System.Security.SecurityCritical>]
new System.Windows.Input.TextComposition : System.Windows.Input.InputManager * System.Windows.IInputElement * string * System.Windows.Input.TextCompositionAutoComplete -> System.Windows.Input.TextComposition
new System.Windows.Input.TextComposition : System.Windows.Input.InputManager * System.Windows.IInputElement * string * System.Windows.Input.TextCompositionAutoComplete -> System.Windows.Input.TextComposition
Public Sub New (inputManager As InputManager, source As IInputElement, resultText As String, autoComplete As TextCompositionAutoComplete)

パラメーター

inputManager
InputManager

このテキスト構成に関連付ける入力マネージャー。

source
IInputElement

このテキスト構成のソース要素。 ソース要素の基になるオブジェクトは、IInputElement インターフェイスを実装している必要があります。

resultText
String

構成の初期テキストを含む文字列。 このパラメーターは、クラスの新しいインスタンスの Text プロパティの値になります。

autoComplete
TextCompositionAutoComplete

このテキスト構成に必要なオートコンプリート動作を指定する TextCompositionAutoComplete 列挙体のメンバー。

属性

適用対象