Udostępnij za pośrednictwem


ChatMessageAttachment.Thumbnail Property

Definition

Gets or sets the thumbnail image for the attachment.

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

void Thumbnail(IRandomAccessStreamReference value);
public IRandomAccessStreamReference Thumbnail { get; set; }
var iRandomAccessStreamReference = chatMessageAttachment.thumbnail;
chatMessageAttachment.thumbnail = iRandomAccessStreamReference;
Public Property Thumbnail As IRandomAccessStreamReference

Property Value

The thumbnail image for the attachment.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to