다음을 통해 공유


Attachments(ConnectorClient) 생성자

정의

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

public Attachments (Microsoft.Bot.Connector.ConnectorClient client);
new Microsoft.Bot.Connector.Attachments : Microsoft.Bot.Connector.ConnectorClient -> Microsoft.Bot.Connector.Attachments
Public Sub New (client As ConnectorClient)

매개 변수

client
ConnectorClient

서비스 클라이언트에 대한 참조입니다.

예외

필수 매개 변수가 null이면 throw됩니다.

적용 대상