DocumentableItem.DocumentationElement 屬性

定義

取得或設定 DocumentableItem 的文件項目。

public:
 property System::Xml::XmlElement ^ DocumentationElement { System::Xml::XmlElement ^ get(); void set(System::Xml::XmlElement ^ value); };
[System.Runtime.InteropServices.ComVisible(false)]
public System.Xml.XmlElement DocumentationElement { get; set; }
public System.Xml.XmlElement DocumentationElement { get; set; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.DocumentationElement : System.Xml.XmlElement with get, set
member this.DocumentationElement : System.Xml.XmlElement with get, set
Public Property DocumentationElement As XmlElement

屬性值

XmlElement,表示 DocumentableItem 的文件。

屬性

備註

此屬性包含新增至 XML Web 服務描述的 XML 元素,以記錄它。

適用於