次の方法で共有


SourceRange コンストラクター

定義

オーバーロード

SourceRange()

SourceRange クラスの新しいインスタンスを初期化します。

SourceRange(String, Int32, Int32, Int32, Int32)

SourceRange クラスの新しいインスタンスを初期化します。

SourceRange()

SourceRange クラスの新しいインスタンスを初期化します。

public SourceRange ();
Public Sub New ()

適用対象

SourceRange(String, Int32, Int32, Int32, Int32)

SourceRange クラスの新しいインスタンスを初期化します。

public SourceRange (string path, int startLine, int startChar, int endLine, int endChar);
new Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange : string * int * int * int * int -> Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange
Public Sub New (path As String, startLine As Integer, startChar As Integer, endLine As Integer, endChar As Integer)

パラメーター

path
String

パス。

startLine
Int32

開始行インデックス。

startChar
Int32

開始 char index。

endLine
Int32

終了行インデックス。

endChar
Int32

end line char。

適用対象