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 对象。

实现

适用于