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.

Возвращаемое значение

Значениеtrue , если заданный объект был удален из коллекции.

Реализации

Исключения

identity имеет значение null.

Применяется к