DocumentableItem.DocumentationElement Свойство

Определение

Получает или задает элемент документации для объекта DocumentableItem.

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

Значение свойства

Объект XmlElement, представляющий документацию для объекта DocumentableItem.

Атрибуты

Комментарии

Это свойство содержит XML-элементы, добавляемые в описание веб-службы XML для ее документирования.

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