다음을 통해 공유


AttachmentView 생성자

정의

오버로드

AttachmentView()
AttachmentView(String, Nullable<Int32>)

AttachmentView()

public AttachmentView ();
Public Sub New ()

적용 대상

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)

매개 변수

viewId
String
size
Nullable<Int32>

적용 대상