共用方式為


StoredContact.FamilyName 屬性

定義

取得或設定預存連絡人的系列名稱。

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

void FamilyName(winrt::hstring value);
public string FamilyName { get; set; }
var string = storedContact.familyName;
storedContact.familyName = string;
Public Property FamilyName As String

屬性值

String

Platform::String

winrt::hstring

連絡人的系列名稱。

實作

Windows 需求

應用程式功能
ID_CAP_CONTACTS [Windows Phone]

適用於