XmlSchemaInfo.IsNil 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出這個已驗證之 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
屬性值
bool
值。
備註
如果 xsi:nil
XML 節點的 屬性是 ,則 XML 節點的值為 true
nil。