SourceRange コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SourceRange() |
SourceRange クラスの新しいインスタンスを初期化します。 |
SourceRange(String, Int32, Int32, Int32, Int32) |
SourceRange クラスの新しいインスタンスを初期化します。 |
SourceRange()
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。