PhoneCallHistoryEntryAddress Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
|