ProfileInfoCollection Konstruktor

Definition

Erstellt eine neue, leere ProfileInfoCollection.

public:
 ProfileInfoCollection();
public ProfileInfoCollection ();
Public Sub New ()

Beispiele

Ein Beispiel für eine ProfileProvider Implementierung, die ein ProfileInfoCollection Benutzerprofil in einem Datenspeicher erstellt, finden Sie unter Implementieren eines Profilanbieters.

Hinweise

Eine ProfileInfoCollection wird von Profilanbieterimplementierern erstellt und von den GetAllProfilesFindInactiveProfilesByUserName GetAllInactiveProfilesFindProfilesByUserNameMethoden der ProfileProvider abstrakten Klasse zurückgegeben.

Gilt für

Siehe auch