次の方法で共有


IXmlTextParser.WhitespaceHandling プロパティ

定義

XML 解析時の空白の処理方法を取得または設定します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 property System::Xml::WhitespaceHandling WhitespaceHandling { System::Xml::WhitespaceHandling get(); void set(System::Xml::WhitespaceHandling value); };
public System.Xml.WhitespaceHandling WhitespaceHandling { get; set; }
member this.WhitespaceHandling : System.Xml.WhitespaceHandling with get, set
Public Property WhitespaceHandling As WhitespaceHandling

プロパティ値

WhitespaceHandling

XML 解析時の空白の処理方法を示す WhitespaceHandling 列挙値のメンバー。

注釈

コードにインターフェイスとNormalizedプロパティをIXmlTextParser実装しないでください。 代わりに、クラスの Normalization プロパティを使用します XmlTextReader

適用対象