TextComposition.Text プロパティ

定義

重要

この API は CLS 準拠ではありません。

このテキスト構成の現在のテキストを取得または設定します。

public:  property System::String ^ Text {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
[System.CLSCompliant(false)]
public string Text { get; protected set; }
[<System.CLSCompliant(false)>]
member this.Text : string with get, set
Public Property Text As String

プロパティ値

このテキスト構成の現在のテキストを含む文字列。

属性

適用対象

こちらもご覧ください