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() |
Initialise une nouvelle instance de la classe AttachmentView. |
| AttachmentView(String, Nullable<Int32>) |
Initialise une nouvelle instance de la classe AttachmentView. |
AttachmentView()
Initialise une nouvelle instance de la classe AttachmentView.
public AttachmentView();
Public Sub New ()
S’applique à
AttachmentView(String, Nullable<Int32>)
Initialise une nouvelle instance de la classe AttachmentView.
public AttachmentView(string viewId = default, int? size = default);
new Microsoft.Bot.Schema.AttachmentView : string * Nullable<int> -> Microsoft.Bot.Schema.AttachmentView
Public Sub New (Optional viewId As String = Nothing, Optional size As Nullable(Of Integer) = Nothing)
Paramètres
- viewId
- String
ID de la pièce jointe.