Partager via


Extensions.GetValue<T>(IBotDataBag, String) Méthode

Définition

Obtient la valeur associée à la clé spécifiée.

public static T GetValue<T> (this Microsoft.Bot.Builder.Dialogs.IBotDataBag bag, string key);
static member GetValue : Microsoft.Bot.Builder.Dialogs.IBotDataBag * string -> 'T
<Extension()>
Public Function GetValue(Of T) (bag As IBotDataBag, key As String) As T

Paramètres de type

T

Type de la valeur à obtenir.

Paramètres

bag
IBotDataBag

Sac de données de bot.

key
String

Clé de la valeur à obtenir ou à définir.

Retours

T

Valeur associée à la clé spécifiée. Si la clé spécifiée est introuvable, une opération get lève une keyNotFoundException.

Exceptions

S’applique à