Partilhar via


WebAccount(WebAccountProvider, String, WebAccountState) Construtor

Definição

Cria uma instância da 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)

Parâmetros

webAccountProvider
WebAccountProvider

O provedor de conta Web associado à conta Web.

userName
String

Platform::String

winrt::hstring

O nome de usuário da conta Web.

state
WebAccountState

O estado da conta Web.

Aplica-se a