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

屬性值

字串,包含這個文字撰寫的目前文字。

屬性

適用於

另請參閱