次の方法で共有


AutoCorrectEntry.Value プロパティ

定義

オート コレクトのエントリの値を設定または返します。

public:
 property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
public string Value { get; set; }
member this.Value : string with get, set
Public Property Value As String

プロパティ値

注釈

オブジェクトの場合 AutoCorrectEntryValue プロパティは、オブジェクトの値の最初の 255 文字のみを返します。 Value プロパティを 255 文字を超える値に設定すると、エラーが発生します。

適用対象