PropertyIdentifierCollection.InsertItem, méthode
Insère un nouvel identificateur de propriété dans la collection.
Espace de noms : Microsoft.Windows.Design.Model
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- index
Type : System.Int32
Index au niveau duquel item sera inséré.
- item
Type : Microsoft.Windows.Design.Metadata.PropertyIdentifier
Identificateur de propriété à insérer.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | item est nullune référence null (Nothing en Visual Basic). |
ArgumentException | item existe déjà dans la collection. |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
PropertyIdentifierCollection Classe
Microsoft.Windows.Design.Model, espace de noms