Partager via


SolutionConfigurations.Item, méthode

Retourne un objet SolutionConfiguration dans une collection SolutionConfigurations.

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

Syntaxe

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

Paramètres

Valeur de retour

Type : EnvDTE.SolutionConfiguration
Objet SolutionConfiguration.

Notes

La valeur transférée à Index est soit un entier qui représente l'index d'un objet SolutionConfiguration dans sa collection SolutionConfigurations, soit un objet SolutionConfiguration de 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

SolutionConfigurations Interface

EnvDTE, espace de noms

Autres ressources

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