CustomTaskPaneCollection.Item, propriété
Obtient le CustomTaskPane à l'index spécifié.
Espace de noms : Microsoft.Office.Tools
Assembly : Microsoft.Office.Tools.Common (dans Microsoft.Office.Tools.Common.dll)
Syntaxe
'Déclaration
ReadOnly Default Property Item ( _
index As Integer _
) As CustomTaskPane
CustomTaskPane this[
int index
] { get; }
Paramètres
- index
Type : System.Int32
Index de base zéro du CustomTaskPane à obtenir.
Valeur de propriété
Type : Microsoft.Office.Tools.CustomTaskPane
CustomTaskPane à l'index spécifié.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | La méthode Dispose a déjà été appelée dans la CustomTaskPaneCollection. |
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.