Share via


WindowTabCollection.Size 属性

定义

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

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

属性值

UInt32

unsigned int

uint32_t

集合中的项计数。

实现

注解

重要

此 API 仅适用于 Win32 桌面应用。 不支持 UWP 和其他应用类型。

适用于