Partager via


ModelFactory.CreateItem, méthode (EditingContext, Type, CreateOptions, array<Object )

Crée un élément de modèle pour le type d'élément 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, _
    itemType As Type, _
    options As CreateOptions, _
    ParamArray arguments As Object() _
) As ModelItem
public static ModelItem CreateItem(
    EditingContext context,
    Type itemType,
    CreateOptions options,
    params Object[] arguments
)
public:
static ModelItem^ CreateItem(
    EditingContext^ context, 
    Type^ itemType, 
    CreateOptions options, 
    ... array<Object^>^ arguments
)
static member CreateItem : 
        context:EditingContext * 
        itemType:Type * 
        options:CreateOptions * 
        arguments:Object[] -> ModelItem 
public static function CreateItem(
    context : EditingContext, 
    itemType : Type, 
    options : CreateOptions, 
    ... arguments : Object[]
) : ModelItem

Paramètres

  • itemType
    Type : System.Type
    Type représentant le type d'élément à créer.
  • 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.

Exceptions

Exception Condition
ArgumentNullException

itemType ou context est nullune référence null (Nothing en Visual Basic).

ArgumentOutOfRangeException

options n'est pas valide.

InvalidOperationException

Il n'existe aucun modèle d'édition dans le contexte pouvant créer des éléments.

Sécurité .NET Framework

Voir aussi

Référence

ModelFactory Classe

CreateItem, surcharge

Microsoft.Windows.Design.Model, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture du modèle d'édition