次の方法で共有


XmlTextReader.QuoteChar プロパティ

属性ノードの値を囲むために使用する引用符文字を取得します。

Overrides Public ReadOnly Property QuoteChar As Char
[C#]
public override char QuoteChar {get;}
[C++]
public: __property __wchar_t get_QuoteChar();
[JScript]
public override function get QuoteChar() : Char;

プロパティ値

属性ノードの値を囲むために使用されている引用符 (" または ')。

解説

このプロパティは、属性ノードだけに適用されます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard

参照

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