다음을 통해 공유


SourceMap.Add(Object, SourceRange) 메서드

정의

개체가 정의된 위치를 설명하는 개체 및 SourceRange 정보를 추가합니다.

public void Add (object item, Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange range);
abstract member Add : obj * Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange -> unit
override this.Add : obj * Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange -> unit
Public Sub Add (item As Object, range As SourceRange)

매개 변수

item
Object

기록할 항목입니다.

range
SourceRange

source 개체에 대한 차단 범위입니다.

구현

적용 대상