XmlSchemaCollection.Count プロパティ

定義

このコレクションで定義されている名前空間の数を取得します。

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

プロパティ値

このコレクションで定義されている名前空間の数。

実装

注釈

重要

クラスはXmlSchemaCollection、.NET Framework バージョン 2.0 では廃止され、 クラスにXmlSchemaSet置き換えられました。

適用対象