ThemeProvider.GetSkinControlBuildersForControlType(Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un objet IDictionary qui contient un jeu d'objets SkinBuilder pour le Type spécifié.
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
Paramètres
- type
- Type
Type pour lequel des objets associés ControlBuilder doivent être récupérés.
Retours
IDictionary contenant une liste d'un ou de plusieurs objets ControlBuilder associés au Type passé à la méthode. Cette liste est remplie avec des objets DictionaryEntry où le SkinID est un Key, et son SkinBuilder associé est le Value.