IdentityReferenceCollection.Add(IdentityReference) Метод

Определение

Добавляет объект IdentityReference в коллекцию IdentityReferenceCollection.

public:
 virtual void Add(System::Security::Principal::IdentityReference ^ identity);
public void Add (System.Security.Principal.IdentityReference identity);
abstract member Add : System.Security.Principal.IdentityReference -> unit
override this.Add : System.Security.Principal.IdentityReference -> unit
Public Sub Add (identity As IdentityReference)

Параметры

identity
IdentityReference

Объект IdentityReference для добавления в коллекцию.

Реализации

Исключения

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

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