PropertyCollection.Count 属性

定义

获取此集合中属性的数目。

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

属性值

此集合中属性的数目。

实现

例外

调用基础接口时出错。

此目录无法报告属性的数目。

注解

Internet Information Services (IIS) ,WinNT 提供程序当前不支持 Count,因此每个提供程序都会引发 。NotSupportedException

适用于