Partager via


ExtendedProperties.IndexOf, méthode (ExtendedProperty)

Mise à jour : November 2007

Retourne l'index d'un objet ExtendedProperty spécifique dans une collection ExtendedProperties selon le nom de l'objet ExtendedProperty.

Espace de noms :  Microsoft.Ink
Assembly :  Microsoft.Ink (dans Microsoft.Ink.dll)

Syntaxe

'Déclaration
Public Function IndexOf ( _
    ep As ExtendedProperty _
) As Integer
'Utilisation
Dim instance As ExtendedProperties
Dim ep As ExtendedProperty
Dim returnValue As Integer

returnValue = instance.IndexOf(ep)
public int IndexOf(
    ExtendedProperty ep
)
public:
int IndexOf(
    ExtendedProperty^ ep
)
public int IndexOf(
    ExtendedProperty ep
)
public function IndexOf(
    ep : ExtendedProperty
) : int

Paramètres

Valeur de retour

Type : System.Int32
Index d'un objet ExtendedProperty dans une collection ExtendedProperties.

Notes

Si un objet ExtendedProperty qui n'existe pas dans la collection ExtendedProperties est passé, cette méthode retourne la valeur -1.

Exemples

Dans cet exemple, l'index d'un objet ExtendedProperty dans une collection ExtendedProperties est obtenu.

Dim idx As Integer = stroke.ExtendedProperties.IndexOf(exProp)
int idx = stroke.ExtendedProperties.IndexOf(exProp);

Plateformes

Windows Vista

Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Informations de version

.NET Framework

Pris en charge dans : 3.0

Voir aussi

Référence

ExtendedProperties, classe

Membres ExtendedProperties

IndexOf, surcharge

Microsoft.Ink, espace de noms

ExtendedProperty