FormRegionManifest.Description 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定文字,這會在 Outlook 的 [選擇表單] 對話方塊中顯示為描述取代和全部取代表單區域的文字。
public:
property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
public string Description { get; set; }
member this.Description : string with get, set
Public Property Description As String
屬性值
字串,表示 Outlook 中 [選擇表單] 對話框中出現的文字,以取代和取代全部窗體區域。
例外狀況
Locked 為 true
。
值的長度大於 256 個字元。