Udostępnij przez


Mention Konstruktory

Definicja

Przeciążenia

Mention()

Inicjuje nowe wystąpienie klasy Mention.

Mention(ChannelAccount, String, String)

Inicjuje nowe wystąpienie klasy Mention.

Mention()

Inicjuje nowe wystąpienie klasy Mention.

public Mention();
Public Sub New ()

Dotyczy

Mention(ChannelAccount, String, String)

Inicjuje nowe wystąpienie klasy 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)

Parametry

mentioned
ChannelAccount

Wymieniony użytkownik.

text
String

Podtekstowy tekst reprezentujący wzmiankę (może być zerowy lub pusty).

type
String

Typ tej jednostki (RFC 3987 IRI).

Dotyczy