Share via


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

属性值

注解

对于 AutoCorrectEntry 对象, Value 属性仅返回对象值的前 255 个字符。 将 Value 属性设置为超过 255 个字符的值将生成错误。

适用于