PropertyCollection.Count プロパティ

定義

このコレクション内のプロパティの数を取得します。

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

プロパティ値

このコレクション内のプロパティの数。

実装

例外

基になるインターフェイスへの呼び出し中にエラーが発生しました。

ディレクトリがプロパティ数を報告できません。

注釈

インターネット インフォメーション サービス (IIS)、および WinNT プロバイダーは現在、 をサポート Countしていないため、それぞれが を NotSupportedExceptionスローします。

適用対象