DisplayAttribute.ResourceType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置包含 ShortName、Name、Prompt 和 Description 属性的资源的类型。
public:
property Type ^ ResourceType { Type ^ get(); void set(Type ^ value); };
public Type ResourceType { get; set; }
public Type? ResourceType { get; set; }
member this.ResourceType : Type with get, set
Public Property ResourceType As Type
属性值
包含 ShortName、Name、Prompt 和 Description 属性的资源的类型。
注解
如果此值为 null
,则 ShortName假定 、 Name、 Prompt和 Description 属性是文本、非本地化字符串。 如果此值不是 null
,则假定字符串属性是返回实际字符串值的公共静态属性的名称。