次の方法で共有


XmlEntity.OuterXml プロパティ

このノードとそのすべての子を表すマークアップを取得します。

Overrides Public ReadOnly Property OuterXml As String
[C#]
public override string OuterXml {get;}
[C++]
public: __property String* get_OuterXml();
[JScript]
public override function get OuterXml() : String;

プロパティ値

XmlEntity ノードの場合は、String.Empty が返されます。

解説

このプロパティは、DOM (Document Object Model) に対する Microsoft 拡張機能です。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

XmlEntity クラス | XmlEntity メンバ | System.Xml 名前空間