Compartilhar via


PhoneCallHistoryEntryAddress Construtores

Definição

Sobrecargas

PhoneCallHistoryEntryAddress()

Cria um novo objeto PhoneCallHistoryEntryAddress vazio.

PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind)

Cria um novo objeto PhoneCallHistoryEntryAddress com um endereço inicial.

PhoneCallHistoryEntryAddress()

Cria um novo objeto PhoneCallHistoryEntryAddress vazio.

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

Requisitos do Windows

Funcionalidades do aplicativo
phoneCallHistory phoneCallHistorySystem

Confira também

Aplica-se a

PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind)

Cria um novo objeto PhoneCallHistoryEntryAddress com um endereço 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

O endereço a ser inicializado para a propriedade RawAddress .

rawAddressKind
PhoneCallHistoryEntryRawAddressKind

O tipo de endereço representado por rawAddress.

Requisitos do Windows

Funcionalidades do aplicativo
phoneCallHistory phoneCallHistorySystem

Aplica-se a