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

属性值

一个表示文档的 XmlElementADocumentableItem

属性

注解

此属性包含添加到 XML Web 服务说明以记录它的 XML 元素。

适用于