Sdílet prostřednictvím


PropertyIdentifierCollection.SetItem – metoda

Nastaví identifikátor vlastnosti zadaný index.

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

Syntaxe

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

Parametry

  • index
    Typ: System.Int32
    Index, který bude nastaven na item.

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