ResourceDictionary.Size Propiedad

Definición

Obtiene el número de elementos contenido en la colección.

public:
 property unsigned int Size { unsigned int get(); };
uint32_t Size();
public uint Size { get; }
var uInt32 = resourceDictionary.size;
Public ReadOnly Property Size As UInteger

Valor de propiedad

UInt32

unsigned int

uint32_t

Número de elementos incluidos en la colección.

Implementaciones

Comentarios

Nota:

La API de Microsoft .NET equivalente es Count.

Se aplica a

Consulte también