ThemeableAttribute.IsTypeThemeable(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示传递给该方法的 Type 是否支持主题。
public:
static bool IsTypeThemeable(Type ^ type);
public static bool IsTypeThemeable (Type type);
static member IsTypeThemeable : Type -> bool
Public Shared Function IsTypeThemeable (type As Type) As Boolean
参数
返回
如果 Type 支持主题和控件外观,则为 true
;否则为 false
。
例外
type
参数为 null
。
注解
该 ThemeableAttribute 类维护支持主题的类型静态内部目录,此方法检查目录以确定指定 Type 是否表示在那里。 如果不是,该方法将 AttributeCollection 检查与 Type 属性 ThemeableAttribute 关联的对象,以确定是否支持主题。