共用方式為


WebAccount(WebAccountProvider, String, WebAccountState) 建構函式

定義

建立 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)

參數

webAccountProvider
WebAccountProvider

與 Web 帳戶相關聯的 Web 帳戶提供者。

userName
String

Platform::String

winrt::hstring

Web 帳戶的使用者名稱。

state
WebAccountState

Web 帳戶的狀態。

適用於