Contact.SourceDisplayPicture Eigenschaft

Definition

Ruft das Anzeigebild für den Kontakt in seiner Ursprünglichen Größe ab oder legt es fest.

public:
 property IRandomAccessStreamReference ^ SourceDisplayPicture { IRandomAccessStreamReference ^ get(); void set(IRandomAccessStreamReference ^ value); };
IRandomAccessStreamReference SourceDisplayPicture();

void SourceDisplayPicture(IRandomAccessStreamReference value);
public IRandomAccessStreamReference SourceDisplayPicture { get; set; }
var iRandomAccessStreamReference = contact.sourceDisplayPicture;
contact.sourceDisplayPicture = iRandomAccessStreamReference;
Public Property SourceDisplayPicture As IRandomAccessStreamReference

Eigenschaftswert

Das Anzeigebild für den Kontakt in originaler Größe.

Windows-Anforderungen

App-Funktionen
contactsSystem

Hinweise

Die SmallDisplayPicture, LargeDisplayPicture und Thumbnail werden aus diesem Bild generiert.

Gilt für: