Share via


PhoneCallHistoryEntryAddress Constructors

Definition

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

Applies to