ThemeProvider.GetSkinsForControl(Type) 方法

定义

获取与指定的 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
Type

要为其检索所有关联外观名称的 Type

返回

ICollection

如果指定的 Type 定义了控件外观,则为外观标识符的 ICollection。 如果类型没有任何关联控件外观,则返回空的 ICollection

注解

GetSkinsForControl设计器使用方法来填充控件外观名称的列表。 设计器使用该列表绑定到用户界面 (UI) 元素或显示给定控件类型的设计属性。

适用于