ContactStore.GetMeContactAsync 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:
virtual IAsyncOperation<Contact ^> ^ GetMeContactAsync() = GetMeContactAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<Contact> GetMeContactAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<Contact> GetMeContactAsync();
function getMeContactAsync()
Public Function GetMeContactAsync () As IAsyncOperation(Of Contact)
Returns
The Contact object that represents the current user.
- Attributes
Windows requirements
App capabilities |
contactsSystem
|
Remarks
If no contact has been designated as representing the current user, the return value is an empty contact. You can detect this case by checking whether the contact's Id property is nonempty.