ThemeProvider.GetSkinControlBuildersForControlType(Type) 方法

定义

获取一个 IDictionary 对象,该对象包含指定的 Type 的一组 SkinBuilder 对象。

public:
 System::Collections::IDictionary ^ GetSkinControlBuildersForControlType(Type ^ type);
public System.Collections.IDictionary GetSkinControlBuildersForControlType (Type type);
member this.GetSkinControlBuildersForControlType : Type -> System.Collections.IDictionary
Public Function GetSkinControlBuildersForControlType (type As Type) As IDictionary

参数

type
Type

要为其检索所有关联 ControlBuilder 对象的 Type

返回

IDictionary,包含与传递给该方法的 Type 关联的一个或多个 ControlBuilder 对象的列表。 此列表由 DictionaryEntry 对象填充,其中 SkinIDKey,而其关联的 SkinBuilderValue

适用于