共用方式為


PhoneCallOrigin.DisplayPicture 屬性

定義

取得或設定 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

屬性值

呼叫端原點的顯示圖片。 此圖片會顯示在來電 UI 上。

屬性

Windows 需求

裝置系列
Windows Mobile Extension SDK (已於 10.0.14393.0 引進)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (已於 v3.0 引進)
應用程式功能
phoneCallHistory phoneCallHistorySystem

適用於