Compartir a través de


DesignerAutoFormatCollection.ICollection.Count Propiedad

Definición

Obtiene el número de elementos que la colección contiene cuando el objeto DesignerAutoFormatCollection se convierte en una interfaz ICollection.

property int System::Collections::ICollection::Count { int get(); };
int System.Collections.ICollection.Count { get; }
member this.System.Collections.ICollection.Count : int
 ReadOnly Property Count As Integer Implements ICollection.Count

Valor de propiedad

Int32

Número de elementos de la colección.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de DesignerAutoFormatCollection se convierte en una interfaz ICollection.

Se aplica a

Consulte también