Udostępnij za pośrednictwem


ProfileInfoCollection.Add(ProfileInfo) Metoda

Definicja

Dodaje określony ProfileInfo obiekt do kolekcji.

public:
 void Add(System::Web::Profile::ProfileInfo ^ profileInfo);
public void Add (System.Web.Profile.ProfileInfo profileInfo);
member this.Add : System.Web.Profile.ProfileInfo -> unit
Public Sub Add (profileInfo As ProfileInfo)

Parametry

profileInfo
ProfileInfo

ProfileInfo Obiekt do dodania do kolekcji.

Wyjątki

Kolekcja jest tylko do odczytu.

ProfileInfo Obiekt o tej samej UserName wartości, co profileInfo już istnieje w kolekcji.

profileInfo to null.

-lub-

Właściwość UserName to profileInfonull.

Przykłady

Przykład implementacji ProfileProvider tworzącej ProfileInfoCollection profile użytkowników w magazynie danych można znaleźć w temacie Implementowanie dostawcy profilu.

Uwagi

Metoda Add jest często używana przez implementatory dostawcy profilów, aby wypełnić element ProfileInfoCollection do powrotu z GetAllProfilesklasy , , GetAllInactiveProfilesFindProfilesByUserNamelub FindInactiveProfilesByUserName metody klasy abstrakcyjnejProfileProvider.

Dotyczy

Zobacz też