IXmlSchemaInfo.IsNil プロパティ

定義

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

public:
 property bool IsNil { bool get(); };
public bool IsNil { get; }
member this.IsNil : bool
Public ReadOnly Property IsNil As Boolean

プロパティ値

Boolean

この検証済みの XML ノードの値が nil の場合は true。それ以外の場合は false

適用対象