DescriptionAttribute.DescriptionValue 属性
获取或设置作为说明存储的字符串。
**命名空间:**System.ComponentModel
**程序集:**System(在 system.dll 中)
语法
声明
Protected Property DescriptionValue As String
用法
Dim value As String
value = Me.DescriptionValue
Me.DescriptionValue = value
protected string DescriptionValue { get; set; }
protected:
property String^ DescriptionValue {
String^ get ();
void set (String^ value);
}
/** @property */
protected String get_DescriptionValue ()
/** @property */
protected void set_DescriptionValue (String value)
protected function get DescriptionValue () : String
protected function set DescriptionValue (value : String)
属性值
作为说明存储的字符串。默认值为空字符串 ("")。
备注
Description 属性 (Property) 的默认实现只是返回该值。
此额外属性 (Property) 的存在是为了可以从 DescriptionAttribute 派生和提供本地化版本。派生的可本地化的 DescriptionAttribute 将保持一个私有 Boolean 字段以指示它是否已本地化。当第一次访问 Description 属性 (Property) 时,它将查找该本地化字符串,并且将其存回 DescriptionValue 属性 (Property) 中。
平台
Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0
请参见
参考
DescriptionAttribute 类
DescriptionAttribute 成员
System.ComponentModel 命名空间