Partager via


GlobalTypeCollection.Item, propriété

Obtient un élément à la position spécifiée.

Espace de noms :  Microsoft.VisualStudio.Shell.Design
Assembly :  Microsoft.VisualStudio.Shell.Design (dans Microsoft.VisualStudio.Shell.Design.dll)

Syntaxe

'Déclaration
Public Default Property Item ( _
    index As Integer _
) As GlobalType
public GlobalType this[
    int index
] { get; set; }

Paramètres

  • index
    Type : System.Int32
    La position de l'élément dans la collection.

Valeur de propriété

Type : Microsoft.VisualStudio.Shell.Design.GlobalType
L'élément recherché à l'index donné.

Sécurité .NET Framework

Voir aussi

Référence

GlobalTypeCollection Classe

Microsoft.VisualStudio.Shell.Design, espace de noms