Partager via


ContextLinkCollection.IndexOf, méthode

Mise à jour : November 2007

Retourne l'index d'un objet ContextLink donné dans un ContextLinkCollection.

Espace de noms :  System.Windows.Ink
Assembly :  IAWinFX (dans IAWinFX.dll)

Syntaxe

'Déclaration
Public Function IndexOf ( _
    link As ContextLink _
) As Integer
'Utilisation
Dim instance As ContextLinkCollection
Dim link As ContextLink
Dim returnValue As Integer

returnValue = instance.IndexOf(link)
public int IndexOf(
    ContextLink link
)
public:
int IndexOf(
    ContextLink^ link
)
public int IndexOf(
    ContextLink link
)
public function IndexOf(
    link : ContextLink
) : int

Paramètres

Valeur de retour

Type : System.Int32
Index identifiant un objet ContextLink donné dans un ContextLinkCollection.

Notes

Si un objet ContextLink qui n'existe pas dans la collection ContextLinkCollection est passé, la méthode IndexOf retourne la valeur -1.

Exemples

Cet exemple montre comment rechercher l'index d'un ContextLink spécifique, nommé myLink, qui peut être contenu dans un ContextLinkCollection nommé links.

Dim index As Integer = links.IndexOf(myLink)
int index = links.IndexOf(myLink);

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

ContextLinkCollection, classe

Membres ContextLinkCollection

System.Windows.Ink, espace de noms