Método ModelFactory.CreateItem (EditingContext, TypeIdentifier, CreateOptions, array<Object )

Cria um novo item de modelo para o identificador de tipo especificado.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
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

Parâmetros

  • arguments
    Tipo: array<System.Object[]
    Uma matriz opcional de argumentos que devem ser passados para o construtor do item.

Valor de retorno

Tipo: Microsoft.Windows.Design.Model.ModelItem
A ModelItem que representa o tipo de item recém-criado.Este método pode retornar nulluma referência nula (Nothing no Visual Basic) se o identificador de tipo não pôde ser resolvido.

Exceções

Exceção Condição
ArgumentNullException

context is nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

ModelFactory Classe

Sobrecargas CreateItem

Namespace Microsoft.Windows.Design.Model

Outros recursos

Extensibilidade do WPF Designer

A edição do modelo de arquitetura