IdentityReferenceCollection.Remove(IdentityReference) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從集合中移除指定的 IdentityReference 物件。
public:
virtual bool Remove(System::Security::Principal::IdentityReference ^ identity);
public bool Remove (System.Security.Principal.IdentityReference identity);
abstract member Remove : System.Security.Principal.IdentityReference -> bool
override this.Remove : System.Security.Principal.IdentityReference -> bool
Public Function Remove (identity As IdentityReference) As Boolean
參數
- identity
- IdentityReference
要移除的 IdentityReference 物件。
傳回
如果已從集合中移除指定的物件則為 true
。
實作
例外狀況
identity
為 null
。