XmlCDataSection.LocalName プロパティ

定義

ノードのローカル名を取得します。

public:
 virtual property System::String ^ LocalName { System::String ^ get(); };
public override string LocalName { get; }
member this.LocalName : string
Public Overrides ReadOnly Property LocalName As String

プロパティ値

String

CDATA ノードの場合、ローカル名は #cdata-section です。

適用対象