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.
- item
Typ: Microsoft.Windows.Design.Metadata.PropertyIdentifier
Identifikátor vlastnosti nastavení.
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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
PropertyIdentifierCollection Třída
Microsoft.Windows.Design.Model – obor názvů