ContactAnnotation.ContactListId 屬性

定義

取得或設定套用這個ContactAnnotationContactList

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的識別碼。

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)
應用程式功能
contactsSystem

適用於

另請參閱