Partager via


SourceRange Constructeurs

Définition

Surcharges

SourceRange()

Initialise une nouvelle instance de la classe SourceRange.

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

Initialise une nouvelle instance de la classe SourceRange.

SourceRange()

Initialise une nouvelle instance de la classe SourceRange.

public SourceRange ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe 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)

Paramètres

path
String

Chemin.

startLine
Int32

index de ligne de début.

startChar
Int32

démarrer l’index char.

endLine
Int32

index de ligne de fin.

endChar
Int32

char de la ligne de fin.

S’applique à