AttachmentView Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AttachmentView() | |
AttachmentView(String, Nullable<Int32>) |
AttachmentView()
public AttachmentView ();
Public Sub New ()
S’applique à
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)
Paramètres
- viewId
- String