Share via


PhoneCallOrigin.DisplayPicture Property

Definition

Gets or sets the display picture for the PhoneCallOriginManager object.

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

Property Value

The display picture for the caller's origin. This picture is displayed on the incoming call UI.

Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.14393.0)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced in v3.0)
App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to