AttachmentView Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
AttachmentView() | |
AttachmentView(String, Nullable<Int32>) |
AttachmentView()
public AttachmentView ();
Public Sub New ()
Van toepassing op
AttachmentView(String, Nullable<Int32>)
public AttachmentView (string viewId = default, int? size = default);
new Microsoft.Bot.Connector.AttachmentView : string * Nullable<int> -> Microsoft.Bot.Connector.AttachmentView
Public Sub New (Optional viewId As String = Nothing, Optional size As Nullable(Of Integer) = Nothing)
Parameters
- viewId
- String