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 要素が含まれています。

適用対象