Share via


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 アカウントの状態。

適用対象