ChatMessage.Attachments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of chat message attachments.
public:
property IVector<ChatMessageAttachment ^> ^ Attachments { IVector<ChatMessageAttachment ^> ^ get(); };
IVector<ChatMessageAttachment> Attachments();
public IList<ChatMessageAttachment> Attachments { get; }
var iVector = chatMessage.attachments;
Public ReadOnly Property Attachments As IList(Of ChatMessageAttachment)
Property Value
A list of chat message attachments.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|