WebTokenResponse コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WebTokenResponse() |
WebTokenResponse クラスの新しいインスタンスを初期化します。 |
WebTokenResponse(String) |
WebTokenResponse クラスの新しいインスタンスを 1 つの入力で初期化します。 |
WebTokenResponse(String, WebAccount) |
WebTokenResponse クラスの新しいインスタンスを 2 つの入力で初期化します。 |
WebTokenResponse(String, WebAccount, WebProviderError) |
WebTokenResponse クラスの新しいインスタンスを 3 つの入力で初期化します。 |
WebTokenResponse()
WebTokenResponse クラスの新しいインスタンスを初期化します。
public:
WebTokenResponse();
WebTokenResponse();
public WebTokenResponse();
function WebTokenResponse()
Public Sub New ()
こちらもご覧ください
- WebTokenResponse(String)
- WebTokenResponse(String, WebAccount)
- WebTokenResponse(String, WebAccount, WebProviderError)
- Web アカウント管理コード サンプル
適用対象
WebTokenResponse(String)
WebTokenResponse クラスの新しいインスタンスを 1 つの入力で初期化します。
public:
WebTokenResponse(Platform::String ^ token);
WebTokenResponse(winrt::hstring const& token);
public WebTokenResponse(string token);
function WebTokenResponse(token)
Public Sub New (token As String)
パラメーター
- token
-
String
Platform::String
winrt::hstring
トークン。
こちらもご覧ください
- WebTokenResponse(String, WebAccount)
- WebTokenResponse(String, WebAccount, WebProviderError)
- Web アカウント管理コード サンプル
適用対象
WebTokenResponse(String, WebAccount)
WebTokenResponse クラスの新しいインスタンスを 2 つの入力で初期化します。
public:
WebTokenResponse(Platform::String ^ token, WebAccount ^ webAccount);
WebTokenResponse(winrt::hstring const& token, WebAccount const& webAccount);
public WebTokenResponse(string token, WebAccount webAccount);
function WebTokenResponse(token, webAccount)
Public Sub New (token As String, webAccount As WebAccount)
パラメーター
- token
-
String
Platform::String
winrt::hstring
トークン。
- webAccount
- WebAccount
こちらもご覧ください
適用対象
WebTokenResponse(String, WebAccount, WebProviderError)
WebTokenResponse クラスの新しいインスタンスを 3 つの入力で初期化します。
public:
WebTokenResponse(Platform::String ^ token, WebAccount ^ webAccount, WebProviderError ^ error);
WebTokenResponse(winrt::hstring const& token, WebAccount const& webAccount, WebProviderError const& error);
public WebTokenResponse(string token, WebAccount webAccount, WebProviderError error);
function WebTokenResponse(token, webAccount, error)
Public Sub New (token As String, webAccount As WebAccount, error As WebProviderError)
パラメーター
- token
-
String
Platform::String
winrt::hstring
トークン。
- webAccount
- WebAccount
- error
- WebProviderError
Web プロバイダー エラー。