PhoneCallHistoryEntryAddress Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
PhoneCallHistoryEntryAddress() |
Crea un nuovo oggetto PhoneCallHistoryEntryAddress vuoto. |
PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind) |
Crea un nuovo oggetto PhoneCallHistoryEntryAddress con un indirizzo iniziale. |
PhoneCallHistoryEntryAddress()
Crea un nuovo oggetto PhoneCallHistoryEntryAddress vuoto.
public:
PhoneCallHistoryEntryAddress();
PhoneCallHistoryEntryAddress();
public PhoneCallHistoryEntryAddress();
function PhoneCallHistoryEntryAddress()
Public Sub New ()
Requisiti Windows
Funzionalità dell'app |
phoneCallHistory
phoneCallHistorySystem
|
Vedi anche
Si applica a
PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind)
Crea un nuovo oggetto PhoneCallHistoryEntryAddress con un indirizzo iniziale.
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)
Parametri
- rawAddress
-
String
Platform::String
winrt::hstring
Indirizzo da inizializzare nella proprietà RawAddress .
- rawAddressKind
- PhoneCallHistoryEntryRawAddressKind
Tipo di indirizzo rappresentato da rawAddress.
Requisiti Windows
Funzionalità dell'app |
phoneCallHistory
phoneCallHistorySystem
|