KnownContactProperties.FamilyName 属性

定义

获取 FamilyName 属性名称。

public:
 static property Platform::String ^ FamilyName { Platform::String ^ get(); };
static winrt::hstring FamilyName();
public static string FamilyName { get; }
var string = KnownContactProperties.familyName;
Public Shared ReadOnly Property FamilyName As String

属性值

String

Platform::String

winrt::hstring

FamilyName 属性名称。

Windows 要求

应用功能
ID_CAP_CONTACTS [Windows Phone]

注解

联系人 Properties 集合中为 FamilyName 键返回的值是一个字符串。

适用于