XmlSchemaObject.Parent 属性

定义

获取或设置此 XmlSchemaObject 的父级。

public:
 property System::Xml::Schema::XmlSchemaObject ^ Parent { System::Xml::Schema::XmlSchemaObject ^ get(); void set(System::Xml::Schema::XmlSchemaObject ^ value); };
public System.Xml.Schema.XmlSchemaObject? Parent { get; set; }
public System.Xml.Schema.XmlSchemaObject Parent { get; set; }
member this.Parent : System.Xml.Schema.XmlSchemaObject with get, set
Public Property Parent As XmlSchemaObject

属性值

XmlSchemaObject 的父级 XmlSchemaObject

适用于