XmlSchemaEnumerator.Current プロパティ

定義

コレクション内の現在の要素を取得します。

public:
 property System::Xml::Schema::XmlSchema ^ Current { System::Xml::Schema::XmlSchema ^ get(); };
public System.Xml.Schema.XmlSchema Current { get; }
member this.Current : System.Xml.Schema.XmlSchema
Public ReadOnly Property Current As XmlSchema

プロパティ値

XmlSchema

コレクション内にある現在の XmlSchema オブジェクトです。

実装

適用対象