Dialog.RegisterSourceLocation(String, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Inscrit un cref="SourceRange"/> à l’emplacement fourni.
protected void RegisterSourceLocation(string path, int lineNumber);
member this.RegisterSourceLocation : string * int -> unit
Protected Sub RegisterSourceLocation (path As String, lineNumber As Integer)
Paramètres
- path
- String
Chemin d’accès au fichier source.
- lineNumber
- Int32
Numéro de ligne dans lequel la source se trouve sur le fichier.