다음을 통해 공유


Extensions.GetValue<T>(IBotDataBag, String) 메서드

정의

지정한 키와 연결된 값을 가져옵니다.

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

형식 매개 변수

T

가져올 값의 형식입니다.

매개 변수

bag
IBotDataBag

봇 데이터 모음입니다.

key
String

가져오거나 설정할 값의 키입니다.

반환

T

지정한 키와 연결된 값입니다. 지정된 키를 찾을 수 없으면 get 작업이 KeyNotFoundException을 throw합니다.

예외

적용 대상