ContactAddress 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表連絡人的位址。
public ref class ContactAddress sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactAddress final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class ContactAddress final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactAddress
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class ContactAddress
function ContactAddress()
Public NotInheritable Class ContactAddress
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
應用程式功能 |
contactsSystem
|
備註
如需如何透過連絡人動作處理應用程式啟用的資訊,請參閱 快速入門:處理連絡人動作 。
建構函式
ContactAddress() |
初始化 ContactAddress 類別的新實例。 |
屬性
Country |
取得或設定連絡人位址的國家/地區。 國家/地區的字串長度上限為 1024 個字元。 |
Description |
取得或設定連絡人位址的描述。 描述的最大字串長度為 512 個字元。 |
Kind |
取得或設定連絡人位址的種類。 |
Locality |
取得或設定連絡人位址的地區。 位置的最大字串長度為 1024 個字元。 |
PostalCode |
取得或設定連絡人位址的郵遞區號。 郵遞區號的最大字串長度為 1024 個字元。 |
Region |
取得或設定連絡人位址的區域。 區域的最大字串長度為 1024 個字元。 |
StreetAddress |
取得或設定連絡人位址的街地道址。 街地道址的最大字串長度為 1024 個字元。 |