Share via


PropertyFilter.IsEmpty プロパティ

定義

PropertyFilter にフィルター述語が含まれていないかどうかを示す読み取り専用プロパティです。

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

プロパティ値

述語がない場合は true。それ以外の場合は false

適用対象