PropertyValueCollection.Insert, méthode
En cas de substitution dans une classe dérivée, insère l'objet spécifié dans la collection au niveau de l'index spécifié.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public MustOverride Function Insert ( _
value As Object, _
index As Integer _
) As PropertyValue
public abstract PropertyValue Insert(
Object value,
int index
)
public:
virtual PropertyValue^ Insert(
Object^ value,
int index
) abstract
abstract Insert :
value:Object *
index:int -> PropertyValue
public abstract function Insert(
value : Object,
index : int
) : PropertyValue
Paramètres
- value
Type : System.Object
Objet à insérer dans la collection.
- index
Type : System.Int32
Index de l'emplacement où insérer l'objet.
Valeur de retour
Type : Microsoft.Windows.Design.PropertyEditing.PropertyValue
PropertyValue de l'objet inséré.
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
PropertyValueCollection Classe
Microsoft.Windows.Design.PropertyEditing, espace de noms