다음을 통해 공유


AttachmentInfo 생성자

정의

오버로드

AttachmentInfo()

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

AttachmentInfo(String, String, IList<AttachmentView>)

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

AttachmentInfo()

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

public AttachmentInfo ();
Public Sub New ()

적용 대상

AttachmentInfo(String, String, IList<AttachmentView>)

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

public AttachmentInfo (string name = default, string type = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.AttachmentView> views = default);
new Microsoft.Bot.Schema.AttachmentInfo : string * string * System.Collections.Generic.IList<Microsoft.Bot.Schema.AttachmentView> -> Microsoft.Bot.Schema.AttachmentInfo
Public Sub New (Optional name As String = Nothing, Optional type As String = Nothing, Optional views As IList(Of AttachmentView) = Nothing)

매개 변수

name
String

첨부 파일의 이름입니다.

type
String

첨부 파일의 ContentType입니다.

views
IList<AttachmentView>

첨부 파일 보기.

적용 대상