IContactProvider.GetContactFromRemoteIdAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
IAsyncOperation<Contact ^> ^ GetContactFromRemoteIdAsync(Platform::String ^ contactRemoteId);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<Contact> GetContactFromRemoteIdAsync(winrt::hstring const& contactRemoteId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<Contact> GetContactFromRemoteIdAsync(string contactRemoteId);
function getContactFromRemoteIdAsync(contactRemoteId)
Public Function GetContactFromRemoteIdAsync (contactRemoteId As String) As IAsyncOperation(Of Contact)
Parameters
- contactRemoteId
-
String
Platform::String
winrt::hstring
Returns
- Attributes