ContactPartnerProvisioningManager.AssociateNetworkAccountAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この API は、コードから直接使用することを意図したものではありません。
public:
static IAsyncAction ^ AssociateNetworkAccountAsync(ContactStore ^ store, Platform::String ^ networkName, Platform::String ^ networkAccountId);
static IAsyncAction AssociateNetworkAccountAsync(ContactStore const& store, winrt::hstring const& networkName, winrt::hstring const& networkAccountId);
public static IAsyncAction AssociateNetworkAccountAsync(ContactStore store, string networkName, string networkAccountId);
function associateNetworkAccountAsync(store, networkName, networkAccountId)
Public Shared Function AssociateNetworkAccountAsync (store As ContactStore, networkName As String, networkAccountId As String) As IAsyncAction
パラメーター
- store
- ContactStore
連絡先ストア。
- networkName
-
String
Platform::String
winrt::hstring
ネットワーク名。
- networkAccountId
-
String
Platform::String
winrt::hstring
アカウント ID。
戻り値
非同期アクション。 非同期プログラミングを使用する場合、結果の型は void です。
Windows の要件
アプリの機能 |
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]
|