IdentityReferenceCollection.Remove(IdentityReference) 메서드

정의

컬렉션에서 지정된 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 개체입니다.

반환

Boolean

지정된 개체가 컬렉션에서 제거되었으면 true입니다.

구현

예외

identity이(가) null인 경우

적용 대상