Compartir a través de


PhoneCallOrigin.DisplayPicture Propiedad

Definición

Obtiene o establece la imagen para mostrar del objeto PhoneCallOriginManager .

public:
 property StorageFile ^ DisplayPicture { StorageFile ^ get(); void set(StorageFile ^ value); };
StorageFile DisplayPicture();

void DisplayPicture(StorageFile value);
/// [get: Windows.Foundation.Metadata.Deprecated("PhoneCallOrigin is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.ApplicationModel.Calls.CallsPhoneContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("PhoneCallOrigin is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.ApplicationModel.Calls.CallsPhoneContract")]
StorageFile DisplayPicture();

void DisplayPicture(StorageFile value);
public StorageFile DisplayPicture { get; set; }
public StorageFile DisplayPicture { [Windows.Foundation.Metadata.Deprecated("PhoneCallOrigin is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.ApplicationModel.Calls.CallsPhoneContract")] get; [Windows.Foundation.Metadata.Deprecated("PhoneCallOrigin is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.ApplicationModel.Calls.CallsPhoneContract")] set; }
var storageFile = phoneCallOrigin.displayPicture;
phoneCallOrigin.displayPicture = storageFile;
Public Property DisplayPicture As StorageFile

Valor de propiedad

Imagen de presentación del origen del autor de la llamada. Esta imagen se muestra en la interfaz de usuario de llamada entrante.

Atributos

Requisitos de Windows

Familia de dispositivos
Windows Mobile Extension SDK (se introdujo en la versión 10.0.14393.0)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (se introdujo en la versión v3.0)
Características de aplicaciones
phoneCallHistory phoneCallHistorySystem

Se aplica a