PhoneCallHistoryEntryAddress 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
PhoneCallHistoryEntryAddress() |
建立新的空白 PhoneCallHistoryEntryAddress 物件。 |
PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind) |
建立具有初始位址的新 PhoneCallHistoryEntryAddress 物件。 |
PhoneCallHistoryEntryAddress()
建立新的空白 PhoneCallHistoryEntryAddress 物件。
public:
PhoneCallHistoryEntryAddress();
PhoneCallHistoryEntryAddress();
public PhoneCallHistoryEntryAddress();
function PhoneCallHistoryEntryAddress()
Public Sub New ()
Windows 需求
應用程式功能 |
phoneCallHistory
phoneCallHistorySystem
|
另請參閱
適用於
PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind)
建立具有初始位址的新 PhoneCallHistoryEntryAddress 物件。
public:
PhoneCallHistoryEntryAddress(Platform::String ^ rawAddress, PhoneCallHistoryEntryRawAddressKind rawAddressKind);
PhoneCallHistoryEntryAddress(winrt::hstring const& rawAddress, PhoneCallHistoryEntryRawAddressKind const& rawAddressKind);
public PhoneCallHistoryEntryAddress(string rawAddress, PhoneCallHistoryEntryRawAddressKind rawAddressKind);
function PhoneCallHistoryEntryAddress(rawAddress, rawAddressKind)
Public Sub New (rawAddress As String, rawAddressKind As PhoneCallHistoryEntryRawAddressKind)
參數
- rawAddress
-
String
Platform::String
winrt::hstring
要 initiailize 至 RawAddress 屬性的 位址。
- rawAddressKind
- PhoneCallHistoryEntryRawAddressKind
rawAddress 所代表的地址類型。
Windows 需求
應用程式功能 |
phoneCallHistory
phoneCallHistorySystem
|