Share via


SwipeItems.Size 属性

定义

获取集合的大小 (计数) 。

适用于 UWP 的等效 WinUI 2 API:Windows 应用 SDK中 WinUI 的 Microsoft.UI.Xaml.Controls.SwipeItems.Size (,请参阅 ) Windows 应用 SDK命名空间

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

属性值

UInt32

unsigned int

uint32_t

集合中的项计数。

实现

适用于