ThemeProvider.GetSkinsForControl(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与指定的 Type 关联的外观标识符的 ICollection。
public:
System::Collections::ICollection ^ GetSkinsForControl(Type ^ type);
public System.Collections.ICollection GetSkinsForControl (Type type);
member this.GetSkinsForControl : Type -> System.Collections.ICollection
Public Function GetSkinsForControl (type As Type) As ICollection
参数
返回
如果指定的 Type 定义了控件外观,则为外观标识符的 ICollection。 如果类型没有任何关联控件外观,则返回空的 ICollection。
注解
GetSkinsForControl设计器使用方法来填充控件外观名称的列表。 设计器使用该列表绑定到用户界面 (UI) 元素或显示给定控件类型的设计属性。