Mention コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Mention() |
Mention クラスの新しいインスタンスを初期化します。 |
Mention(ChannelAccount, String, String) |
Mention クラスの新しいインスタンスを初期化します。 |
Mention()
Mention(ChannelAccount, String, String)
Mention クラスの新しいインスタンスを初期化します。
public Mention (Microsoft.Bot.Schema.ChannelAccount mentioned = default, string text = default, string type = default);
new Microsoft.Bot.Schema.Mention : Microsoft.Bot.Schema.ChannelAccount * string * string -> Microsoft.Bot.Schema.Mention
Public Sub New (Optional mentioned As ChannelAccount = Nothing, Optional text As String = Nothing, Optional type As String = Nothing)
パラメーター
- mentioned
- ChannelAccount
メンションされたユーザー。
- text
- String
メンションを表すサブテキスト (null または空の場合があります)。
- type
- String
このエンティティの型 (RFC 3987 IRI)。