Propriedade CustomTaskPaneCollection.Count

Obtém o número de CustomTaskPane objetos no atual CustomTaskPaneCollection.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (em Microsoft.Office.Tools.Common.dll)

Sintaxe

'Declaração
ReadOnly Property Count As Integer
    Get
int Count { get; }

Valor de propriedade

Tipo: System.Int32
O número de CustomTaskPane objetos no atual CustomTaskPaneCollection.

Exceções

Exceção Condição
ObjectDisposedException

O Dispose() método já foi chamado de CustomTaskPaneCollection.

Segurança do .NET Framework

Consulte também

Referência

CustomTaskPaneCollection Interface

Namespace Microsoft.Office.Tools