ContactAnnotation.ContactListId プロパティ

定義

この ContactAnnotation が適用される ContactList を取得または設定します。

public:
 property Platform::String ^ ContactListId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ContactListId();

void ContactListId(winrt::hstring value);
public string ContactListId { get; set; }
var string = contactAnnotation.contactListId;
contactAnnotation.contactListId = string;
Public Property ContactListId As String

プロパティ値

String

Platform::String

winrt::hstring

この ContactAnnotation が適用される ContactList の ID。

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)
アプリの機能
contactsSystem

適用対象

こちらもご覧ください