ContactInformation.ParseVcardAsync(IInputStream) 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.
Parses a vCard from a stream and returns a populated ContactInformation object.
public:
static IAsyncOperation<ContactInformation ^> ^ ParseVcardAsync(IInputStream ^ vcard);
static IAsyncOperation<ContactInformation> ParseVcardAsync(IInputStream const& vcard);
public static IAsyncOperation<ContactInformation> ParseVcardAsync(IInputStream vcard);
function parseVcardAsync(vcard)
Public Shared Function ParseVcardAsync (vcard As IInputStream) As IAsyncOperation(Of ContactInformation)
Parameters
- vcard
- IInputStream
A stream containing the vCard data.
Returns
When this method completes, it returns a ContactInformation object populated with the data from the vCard. If you use Asynchronous programming, the result type is ContactInformation.
Windows requirements
App capabilities |
ID_CAP_CONTACTS [Windows Phone]
|