次の方法で共有


XmlSchemaInfo.IsNil プロパティ

定義

この検証済み XML ノードの値が nil かどうかを示す値を取得または設定します。

public:
 property bool IsNil { bool get(); void set(bool value); };
public bool IsNil { get; set; }
member this.IsNil : bool with get, set
Public Property IsNil As Boolean

プロパティ値

Boolean

bool 値。

注釈

XML ノードの属性が nil の場合 xsi:nil 、その値は nil です true

適用対象