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
。