ContactLocationField.Type 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得資料的連絡人欄位類型。
注意
IContactField可能會在Windows 8.1之後變更或無法使用。 請改用 ContactAddress、 ContactPhone、 ContactSignificantOther、 Contact、 ContactEmail、 ContactConnectedServiceAccount、 ContactWebsite、 ContactJobInfo或 ContactDate。
public:
property ContactFieldType Type { ContactFieldType get(); };
ContactFieldType Type();
public ContactFieldType Type { get; }
var contactFieldType = contactLocationField.type;
Public ReadOnly Property Type As ContactFieldType
屬性值
資料的類型。
實作
Windows 需求
應用程式功能 |
contactsSystem
|
備註
如需此屬性可用值的詳細資訊,請參閱 ContactFieldType 類別。