다음을 통해 공유


AttachmentView 생성자

정의

오버로드

AttachmentView()

AttachmentView 클래스의 새 인스턴스를 초기화합니다.

AttachmentView(String, Nullable<Int32>)

AttachmentView 클래스의 새 인스턴스를 초기화합니다.

AttachmentView()

AttachmentView 클래스의 새 인스턴스를 초기화합니다.

public AttachmentView();
Public Sub New ()

적용 대상

AttachmentView(String, Nullable<Int32>)

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)

매개 변수

viewId
String

첨부 파일의 ID입니다.

size
Nullable<Int32>

첨부 파일의 크기입니다.

적용 대상