Condividi tramite


WebAccount(WebAccountProvider, String, WebAccountState) Costruttore

Definizione

Crea un'istanza della 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)

Parametri

webAccountProvider
WebAccountProvider

Provider di account Web associato all'account Web.

userName
String

Platform::String

winrt::hstring

Nome utente dell'account Web.

state
WebAccountState

Stato dell'account Web.

Si applica a