AttachmentView Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
AttachmentView() |
Initierar en ny instans av AttachmentView klassen. |
AttachmentView(String, Nullable<Int32>) |
Initierar en ny instans av AttachmentView klassen. |
AttachmentView()
Initierar en ny instans av AttachmentView klassen.
public AttachmentView ();
Public Sub New ()
Gäller för
AttachmentView(String, Nullable<Int32>)
Initierar en ny instans av AttachmentView klassen.
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)
Parametrar
- viewId
- String
ID för den bifogade filen.