Attributes.Count 属性
[CAPICOM 是一个仅限 32 位的组件,可用于以下操作系统:Windows Server 2008、Windows Vista、Windows XP。 请改用 System.Security.Cryptography 命名空间中的 CryptographicAttributeObjectCollection 类。]
Count 属性检索集合中 Attribute 对象的数目。
此属性为只读。
语法
Attributes.Count As Long
属性值
集合中的 Attribute 对象数。 每个 Attribute 对象表示集合中的单个属性。
备注
使用 Attributes.Item 属性检索特定 Attribute 对象时,Count 属性可用于指定集合中的最后一个 Attribute 对象。
要求
要求 | 值 |
---|---|
客户端支持终止 |
Windows Vista |
终止服务器支持 |
Windows Server 2008 |
可再发行组件 |
Windows Server 2003 和 Windows XP 上的 CAPICOM 2.0 或更高版本 |
DLL |
|
另请参阅