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; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.DocumentationElement : System.Xml.XmlElement with get, set
Public Property DocumentationElement As XmlElement

属性值

XmlElement

表示 XmlElement 的文档的 DocumentableItem

属性

注解

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

适用于