TextComposition.SystemCompositionText 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
取得或設定這個文字撰寫的系統撰寫文字。
public: property System::String ^ SystemCompositionText { public:
System::String ^ get(); protected:
void set(System::String ^ value); };
[System.CLSCompliant(false)]
public string SystemCompositionText { get; protected set; }
[<System.CLSCompliant(false)>]
member this.SystemCompositionText : string with get, set
Public Property SystemCompositionText As String
屬性值
字串,包含這個文字撰寫的系統撰寫文字。
- 屬性