Sdílet prostřednictvím


PropertyIdentifierCollection.InsertItem – metoda

Vloží nový identifikátor vlastnosti kolekce.

Obor názvů:  Microsoft.Windows.Design.Model
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
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
)

Parametry

Výjimky

Výjimka Podmínka
ArgumentNullException

itemis nullodkaz Null (Nothing v jazyce Visual Basic).

ArgumentException

item již v kolekci existuje.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PropertyIdentifierCollection Třída

Microsoft.Windows.Design.Model – obor názvů

Další zdroje

WPF Designer Extensibility Architecture