次の方法で共有


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 やその他のアプリの種類はサポートされていません。

適用対象