ResourceDictionary.Size 属性

定义

获取集合中包含的元素数。

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

属性值

UInt32

unsigned int

uint32_t

集合中包含的元素数。

实现

注解

注意

等效的 Microsoft .NET API 是 Count

适用于

另请参阅