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

应用此 ContactAnnotationContactList 的 ID。

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
应用功能
contactsSystem

适用于

另请参阅