DescriptionAttribute.DescriptionValue 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置作为说明存储的字符串。
protected:
property System::String ^ DescriptionValue { System::String ^ get(); void set(System::String ^ value); };
protected string DescriptionValue { get; set; }
member this.DescriptionValue : string with get, set
Protected Property DescriptionValue As String
属性值
作为说明存储的字符串。 默认值为空字符串 ("")。
注解
属性的默认实现 Description 仅返回此值。
存在此额外属性,以便你可以从 DescriptionAttribute 派生并提供本地化版本。 派生的可本地化项 DescriptionAttribute 将维护一个私有布尔值字段,以指示是否已本地化。 首次访问 Description 属性时,它将查找本地化的字符串,并将其存储回 属性中 DescriptionValue 。