VirtualTypeBuilder.AttributeCollection.Item, propriété
Obtient ou définit l'attribut à l'index spécifié.
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 Attribute
public Attribute this[
int index
] { get; set; }
Paramètres
- index
Type : System.Int32
Les 0 index basés de l'attribut.
Valeur de propriété
Type : System.Attribute
Attribute à l'index spécifié.
Exceptions
Exception | Condition |
---|---|
ArgumentException | index est inférieur à 0. ou index est supérieur ou égal à Count. |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.