AutoTextEntry.Value 属性

定义

返回或设置自动图文集词条的值。

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

属性值

注解

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

适用于