ThemeProvider.GetSkinControlBuildersForControlType(Type) Metoda

Definice

IDictionary Získá objekt, který obsahuje sadu SkinBuilder objektů pro zadaný Type.

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

Parametry

type
Type

Objekt Type , pro který chcete načíst všechny přidružené ControlBuilder objekty.

Návraty

Obsahuje IDictionary seznam jednoho nebo více ControlBuilder objektů přidružených k objektu Type předaného metodě. Tento seznam je naplněn DictionaryEntry objekty, kde SkinID je Keya přidružený SkinBuilder je Value.

Platí pro