IdentityReferenceCollection.Remove(IdentityReference) Yöntem

Tanım

Belirtilen IdentityReference nesneyi koleksiyondan kaldırır.

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

Parametreler

identity
IdentityReference

Kaldırılacak IdentityReference nesne.

Döndürülenler

true belirtilen nesne koleksiyondan kaldırıldıysa.

Uygulamalar

Özel durumlar

identity, null değeridir.

Şunlara uygulanır