ContactStore.CreateMeContactAsync(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立指定的連絡人代表裝置目前的登入使用者。
public:
virtual IAsyncOperation<StoredContact ^> ^ CreateMeContactAsync(Platform::String ^ id) = CreateMeContactAsync;
IAsyncOperation<StoredContact> CreateMeContactAsync(winrt::hstring const& id);
public IAsyncOperation<StoredContact> CreateMeContactAsync(string id);
function createMeContactAsync(id)
Public Function CreateMeContactAsync (id As String) As IAsyncOperation(Of StoredContact)
參數
- id
-
String
Platform::String
winrt::hstring
代表裝置目前登入使用者的連絡人識別碼。
傳回
非同步作業,會在成功完成時傳回 StoredContact 。 如果您使用 非同步程式設計,結果類型為 StoredContact。