ExtendedProperties.IndexOf, méthode (Guid)
Mise à jour : November 2007
Retourne l'index d'un objet ExtendedProperty spécifique dans une collection ExtendedProperties, à partir de l'identificateur global unique (GUID) pour l'objet ExtendedProperty.
Espace de noms : Microsoft.Ink
Assembly : Microsoft.Ink (dans Microsoft.Ink.dll)
Syntaxe
'Déclaration
Public Function IndexOf ( _
id As Guid _
) As Integer
'Utilisation
Dim instance As ExtendedProperties
Dim id As Guid
Dim returnValue As Integer
returnValue = instance.IndexOf(id)
public int IndexOf(
Guid id
)
public:
int IndexOf(
Guid id
)
public int IndexOf(
Guid id
)
public function IndexOf(
id : Guid
) : int
Paramètres
- id
Type : System.Guid
Guid de l'objet ExtendedProperty à vérifier.
Valeur de retour
Type : System.Int32
Retourne l'index de l'objet ExtendedProperty dans une collection ExtendedProperties.
Notes
Si un Guid est passé pour un objet ExtendedProperty qui n'existe pas dans la collection ExtendedProperties, cette méthode retourne la valeur -1.
Exemples
Cet exemple C# recherche l'index pour un objet ExtendedProperty particulier qui a un Guid assigné à la variable, theGuid, et qui existe dans un objet Stroke, theStroke.
int theIndex = theStroke.ExtendedProperties.IndexOf(theGUID);
Cet exemple Microsoft® Visual Basic® .NET recherche l'index pour un objet ExtendedProperty particulier qui a un Guid assigné à la variable, theGuid, et qui existe dans un objet Stroke, theStroke.
Dim theIndex As Integer = theStroke.ExtendedProperties.IndexOf(theGUID)
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