Compartir a través de


PropertyIdentifierCollection.InsertItem (Método)

Inserta un nuevo identificador de propiedad en la colección.

Espacio de nombres:  Microsoft.Windows.Design.Model
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
Protected Overrides Sub InsertItem ( _
    index As Integer, _
    item As PropertyIdentifier _
)
protected override void InsertItem(
    int index,
    PropertyIdentifier item
)
protected:
virtual void InsertItem(
    int index, 
    PropertyIdentifier item
) override
abstract InsertItem : 
        index:int * 
        item:PropertyIdentifier -> unit 
override InsertItem : 
        index:int * 
        item:PropertyIdentifier -> unit 
protected override function InsertItem(
    index : int, 
    item : PropertyIdentifier
)

Parámetros

  • index
    Tipo: System.Int32
    Índice en el que se va a insertar item.

Excepciones

Excepción Condición
ArgumentNullException

El valor de item es nullreferencia null (Nothing en Visual Basic).

ArgumentException

item ya existe en la colección.

Seguridad de .NET Framework

Vea también

Referencia

PropertyIdentifierCollection Clase

Microsoft.Windows.Design.Model (Espacio de nombres)

Otros recursos

Arquitectura de extensibilidad de WPF Designer