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

適用於