PermissionSet.IsEmpty 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出 PermissionSet 是否為空的。
public:
bool IsEmpty();
public:
virtual bool IsEmpty();
public bool IsEmpty ();
public virtual bool IsEmpty ();
member this.IsEmpty : unit -> bool
abstract member IsEmpty : unit -> bool
override this.IsEmpty : unit -> bool
Public Function IsEmpty () As Boolean
Public Overridable Function IsEmpty () As Boolean
傳回
如果 true
是空的,則為 PermissionSet,否則為 false
。
備註
PermissionSet如果這些許可權處於完全限制的狀態,則 可以是空的,但包含許可權的實例。 如果當做 true
參數傳遞時 null
, IsSubsetOf
許可權會處於完全受限的狀態。