Partager via


WebAccount(WebAccountProvider, String, WebAccountState) Constructeur

Définition

Crée un instance de la classe WebAccount.

public:
 WebAccount(WebAccountProvider ^ webAccountProvider, Platform::String ^ userName, WebAccountState state);
 WebAccount(WebAccountProvider const& webAccountProvider, winrt::hstring const& userName, WebAccountState const& state);
public WebAccount(WebAccountProvider webAccountProvider, string userName, WebAccountState state);
function WebAccount(webAccountProvider, userName, state)
Public Sub New (webAccountProvider As WebAccountProvider, userName As String, state As WebAccountState)

Paramètres

webAccountProvider
WebAccountProvider

Fournisseur de compte web associé au compte web.

userName
String

Platform::String

winrt::hstring

Nom d’utilisateur du compte web.

state
WebAccountState

État du compte web.

S’applique à