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-элементы, добавляемые в описание веб-службы XML для его документирования.

Применяется к