Condividi tramite


Extensions.Get<T>(IBotDataBag, String) Metodo

Definizione

Attenzione

Use GetValue<T> instead

[System.Obsolete("Use GetValue<T> instead", false)]
public static T Get<T> (this Microsoft.Bot.Builder.Dialogs.IBotDataBag bag, string key);
[<System.Obsolete("Use GetValue<T> instead", false)>]
static member Get : Microsoft.Bot.Builder.Dialogs.IBotDataBag * string -> 'T
<Extension()>
Public Function Get(Of T) (bag As IBotDataBag, key As String) As T

Parametri di tipo

T

Parametri

key
String

Restituisce

T
Attributi

Si applica a