Compartir a través de


PhoneCallHistoryEntryAddress Constructores

Definición

Sobrecargas

PhoneCallHistoryEntryAddress()

Crea un nuevo objeto PhoneCallHistoryEntryAddress vacío.

PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind)

Crea un nuevo objeto PhoneCallHistoryEntryAddress con una dirección inicial.

PhoneCallHistoryEntryAddress()

Crea un nuevo objeto PhoneCallHistoryEntryAddress vacío.

public:
 PhoneCallHistoryEntryAddress();
 PhoneCallHistoryEntryAddress();
public PhoneCallHistoryEntryAddress();
function PhoneCallHistoryEntryAddress()
Public Sub New ()

Requisitos de Windows

Características de aplicaciones
phoneCallHistory phoneCallHistorySystem

Consulte también

Se aplica a

PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind)

Crea un nuevo objeto PhoneCallHistoryEntryAddress con una dirección inicial.

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)

Parámetros

rawAddress
String

Platform::String

winrt::hstring

Dirección que se va a initiailize a la propiedad RawAddress .

rawAddressKind
PhoneCallHistoryEntryRawAddressKind

Tipo de dirección representada por rawAddress.

Requisitos de Windows

Características de aplicaciones
phoneCallHistory phoneCallHistorySystem

Se aplica a