ContactManager.ConvertVCardToContactAsync 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:
static IAsyncOperation<Contact ^> ^ ConvertVCardToContactAsync(IRandomAccessStreamReference ^ vCard);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<Contact> ConvertVCardToContactAsync(IRandomAccessStreamReference const& vCard);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<Contact> ConvertVCardToContactAsync(IRandomAccessStreamReference vCard);
function convertVCardToContactAsync(vCard)
Public Shared Function ConvertVCardToContactAsync (vCard As IRandomAccessStreamReference) As IAsyncOperation(Of Contact)
Parameters
A stream containing the vCard data.
Returns
The converted Contact.
- Attributes
Windows requirements
App capabilities |
contactsSystem
|