Compartir a través de


CustomTaskPaneCollection.Item (Propiedad)

Obtiene el CustomTaskPane en el índice especificado.

Espacio de nombres:  Microsoft.Office.Tools
Ensamblado:  Microsoft.Office.Tools.Common (en Microsoft.Office.Tools.Common.dll)

Sintaxis

'Declaración
ReadOnly Default Property Item ( _
    index As Integer _
) As CustomTaskPane
    Get
CustomTaskPane this[
    int index
] { get; }

Parámetros

Valor de propiedad

Tipo: Microsoft.Office.Tools.CustomTaskPane
CustomTaskPane ubicado en el índice especificado.

Excepciones

Excepción Condición
ObjectDisposedException

Ya se ha llamado al método Dispose() en CustomTaskPaneCollection.

Seguridad de .NET Framework

Vea también

Referencia

CustomTaskPaneCollection Interfaz

Microsoft.Office.Tools (Espacio de nombres)