다음을 통해 공유


NullSourceMap.TryGetValue(Object, SourceRange) 메서드

정의

개체에 SourceRange 대한 정보를 조회합니다.

public bool TryGetValue (object item, out Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange range);
abstract member TryGetValue : obj * SourceRange -> bool
override this.TryGetValue : obj * SourceRange -> bool
Public Function TryGetValue (item As Object, ByRef range As SourceRange) As Boolean

매개 변수

item
Object

조회할 개체입니다.

range
SourceRange

개체의 를 SourceRange 반환할 위치입니다.

반환

true 발견되면 입니다.

구현

설명

NullSourceMap 경우 는 항상 를 반환합니다 false.

적용 대상