PhoneCallHistoryEntryAddress Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PhoneCallHistoryEntryAddress() |
Creates a new empty PhoneCallHistoryEntryAddress object. |
PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind) |
Creates a new PhoneCallHistoryEntryAddress object with an initial address. |
PhoneCallHistoryEntryAddress()
Creates a new empty PhoneCallHistoryEntryAddress object.
public:
PhoneCallHistoryEntryAddress();
PhoneCallHistoryEntryAddress();
public PhoneCallHistoryEntryAddress();
function PhoneCallHistoryEntryAddress()
Public Sub New ()
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|
See also
Applies to
PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind)
Creates a new PhoneCallHistoryEntryAddress object with an initial address.
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)
Parameters
- rawAddress
-
String
Platform::String
winrt::hstring
The address to initiailize to the RawAddress property.
- rawAddressKind
- PhoneCallHistoryEntryRawAddressKind
The type of address represented by rawAddress.
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|