Partager via


WindowConfigurations.Item, méthode

Retourne un membre indexé d'une collection WindowConfigurations.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
Function Item ( _
    index As Object _
) As WindowConfiguration
WindowConfiguration Item(
    Object index
)
WindowConfiguration^ Item(
    [InAttribute] Object^ index
)
abstract Item : 
        index:Object -> WindowConfiguration
function Item(
    index : Object
) : WindowConfiguration

Paramètres

  • index
    Type : Object

    Obligatoire. L'index de l'élément à retourner.

Valeur de retour

Type : EnvDTE.WindowConfiguration
Objet WindowConfiguration.

Notes

La valeur passée à index est un entier qui représente l'index d'un objet WindowConfiguration de sa collection. Index peut être aussi une valeur de chaîne qui est égale au nom d'un WindowConfiguration dans la collection.

La méthode Item lève une exception ArgumentException si la collection ne peut pas trouver l'objet correspondant à la valeur d'index.

Sécurité .NET Framework

Voir aussi

Référence

WindowConfigurations Interface

EnvDTE, espace de noms

Autres ressources

Comment : compiler et exécuter les exemples de code du modèle objet Automation