Attributes.Count プロパティ

[CAPICOM は、次のオペレーティング システムで使用できる 32 ビットのみのコンポーネントです: Windows Server 2008、Windows Vista、Windows XP。 代わりに、System.Security.Cryptography 名前空間で CryptographicAttributeObjectCollection クラスを使用します。

Count プロパティは、コレクション内の Attribute オブジェクトの数を取得します。

このプロパティは読み取り専用です。

構文

Attributes.Count As Long

プロパティ値

コレクション内の Attribute オブジェクトの数。 各 Attribute オブジェクトは、コレクション内の 1 つの属性を表します。

注釈

Count プロパティを使用すると、Attributes.Item プロパティを使用して特定の Attribute オブジェクトを取得するときに、コレクション内の最後の Attribute オブジェクトを指定できます。

要件

要件
クライアント サポートの終了
Windows Vista
サーバー サポートの終了
Windows Server 2008
再頒布可能パッケージ
Windows Server 2003 および Windows XP の CAPICOM 2.0 以降
[DLL]
Capicom.dll

関連項目

属性