ModelingBindingSourceToolboxItem.CreateComponentsCore, méthode (IDesignerHost, IDictionary)
Ce type a un attribut SecurityCriticalAttribute, qui le limite à un usage interne par la bibliothèque de classes .NET Framework pour Silverlight. Un code d'application qui utilise un membre de ce type lève une exception MethodAccessException.
[ESSENTIEL POUR LA SÉCURITÉ]
Créez le composant dans l'hôte cible
Espace de noms : Microsoft.VisualStudio.Modeling.Shell
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntaxe
'Déclaration
Protected Overrides Function CreateComponentsCore ( _
host As IDesignerHost, _
defaultValues As IDictionary _
) As IComponent()
protected override IComponent[] CreateComponentsCore(
IDesignerHost host,
IDictionary defaultValues
)
Paramètres
- host
Type : System.ComponentModel.Design.IDesignerHost
- defaultValues
Type : System.Collections.IDictionary
Valeur de retour
Type : array<System.ComponentModel.IComponent[]
Voir aussi
Référence
ModelingBindingSourceToolboxItem Classe