Proprietà CustomTaskPaneCollection.Count

Ottiene il numero di oggetti CustomTaskPane inclusi nella classe CustomTaskPaneCollection corrente.

Spazio dei nomi:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Sintassi

'Dichiarazione
ReadOnly Property Count As Integer
    Get
int Count { get; }

Valore proprietà

Tipo: System.Int32
Numero di oggetti CustomTaskPane nell'oggetto CustomTaskPaneCollection corrente.

Eccezioni

Eccezione Condizione
ObjectDisposedException

Il metodo Dispose() è già stato chiamato nella classe CustomTaskPaneCollection.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CustomTaskPaneCollection Interfaccia

Spazio dei nomi Microsoft.Office.Tools