ModelFactory.CreateItem, méthode (EditingContext, TypeIdentifier, CreateOptions, array<Object )
Crée un élément de modèle pour l'identificateur de type spécifié.
Espace de noms : Microsoft.Windows.Design.Model
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Shared Function CreateItem ( _
context As EditingContext, _
typeIdentifier As TypeIdentifier, _
options As CreateOptions, _
ParamArray arguments As Object() _
) As ModelItem
public static ModelItem CreateItem(
EditingContext context,
TypeIdentifier typeIdentifier,
CreateOptions options,
params Object[] arguments
)
public:
static ModelItem^ CreateItem(
EditingContext^ context,
TypeIdentifier typeIdentifier,
CreateOptions options,
... array<Object^>^ arguments
)
static member CreateItem :
context:EditingContext *
typeIdentifier:TypeIdentifier *
options:CreateOptions *
arguments:Object[] -> ModelItem
public static function CreateItem(
context : EditingContext,
typeIdentifier : TypeIdentifier,
options : CreateOptions,
... arguments : Object[]
) : ModelItem
Paramètres
- context
Type : Microsoft.Windows.Design.EditingContext
Contexte d'édition du concepteur.
- typeIdentifier
Type : Microsoft.Windows.Design.Metadata.TypeIdentifier
Identificateur du type d'élément à créer.
- options
Type : Microsoft.Windows.Design.Model.CreateOptions
Jeu d'options de création à utiliser lors de la création de l'élément.La valeur par défaut est None.
- arguments
Type : array<System.Object[]
Tableau facultatif d'arguments qui doivent être passés au constructeur de l'élément.
Valeur de retour
Type : Microsoft.Windows.Design.Model.ModelItem
ModelItem qui représente le nouveau type d'élément.Cette méthode peut retourner la valeur nullune référence null (Nothing en Visual Basic) si l'identificateur de type n'a pas pu être résolu.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | context est nullune référence null (Nothing en Visual Basic). |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.Model, espace de noms