IdentityReferenceCollection.Add(IdentityReference) Methode

Definitie

Hiermee voegt u een IdentityReference object toe aan de IdentityReferenceCollection verzameling.

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)

Parameters

identity
IdentityReference

Het IdentityReference object dat moet worden toegevoegd aan de verzameling.

Implementeringen

Uitzonderingen

identity is null.

Van toepassing op