Compartilhar via


PhoneCallOrigin.DisplayPicture Propriedade

Definição

Obtém ou define a imagem de exibição do 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 da propriedade

A imagem de exibição para a origem do chamador. Essa imagem é exibida na interface do usuário de chamada de entrada.

Atributos

Requisitos do Windows

Família de dispositivos
Windows Mobile Extension SDK (introduzida na 10.0.14393.0)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (introduzida na v3.0)
Funcionalidades do aplicativo
phoneCallHistory phoneCallHistorySystem

Aplica-se a