Proprietà CustomTaskPaneCollection.Item
Ottiene l'oggetto CustomTaskPane in corrispondenza dell'indice specificato.
Spazio dei nomi: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Sintassi
'Dichiarazione
ReadOnly Default Property Item ( _
index As Integer _
) As CustomTaskPane
Get
CustomTaskPane this[
int index
] { get; }
Parametri
- index
Tipo: System.Int32
Indice in base zero dell'oggetto CustomTaskPane da ottenere.
Valore proprietà
Tipo: Microsoft.Office.Tools.CustomTaskPane
Oggetto CustomTaskPane in corrispondenza dell'indice specificato.
Eccezioni
Eccezione | Condizione |
---|---|
ObjectDisposedException | Il metodo Dispose() è già stato chiamato nella classe CustomTaskPaneCollection. |
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.