다음을 통해 공유


ContactPartnerProvisioningManager.AssociateNetworkAccountAsync 메서드

정의

이 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]

적용 대상