Attachment コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Attachment() | |
Attachment(String, String, Object, String, String) |
Attachment()
public Attachment ();
Public Sub New ()
適用対象
Attachment(String, String, Object, String, String)
public Attachment (string contentType = default, string contentUrl = default, object content = default, string name = default, string thumbnailUrl = default);
new Microsoft.Bot.Connector.Attachment : string * string * obj * string * string -> Microsoft.Bot.Connector.Attachment
Public Sub New (Optional contentType As String = Nothing, Optional contentUrl As String = Nothing, Optional content As Object = Nothing, Optional name As String = Nothing, Optional thumbnailUrl As String = Nothing)
パラメーター
- contentType
- String
- contentUrl
- String
- content
- Object
- name
- String
- thumbnailUrl
- String