DisplayAttribute.ResourceType 属性

定义

获取或设置包含 ShortNameNamePromptDescription 属性的资源的类型。

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

属性值

包含 ShortNameNamePromptDescription 属性的资源的类型。

注解

如果此值为 null,则 ShortName假定 、 NamePromptDescription 属性是文本、非本地化字符串。 如果此值不是 null,则假定字符串属性是返回实际字符串值的公共静态属性的名称。

适用于