PhoneCallOrigin.DisplayPicture Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft das Anzeigebild für das PhoneCallOriginManager-Objekt ab oder legt es fest.
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
Eigenschaftswert
Das Anzeigebild für den Ursprung des Anrufers. Dieses Bild wird auf der Benutzeroberfläche für eingehende Anrufe angezeigt.
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows Mobile Extension SDK (eingeführt in 10.0.14393.0)
|
API contract |
Windows.ApplicationModel.Calls.CallsPhoneContract (eingeführt in v3.0)
|
App-Funktionen |
phoneCallHistory
phoneCallHistorySystem
|