次の方法で共有


HttpRequestMock.RegisterSourcePath(String, Int32) メソッド

定義

デバッガーにソース パスを登録するためのヘルパー。

protected void RegisterSourcePath(string path, int line);
member this.RegisterSourcePath : string * int -> unit
Protected Sub RegisterSourcePath (path As String, line As Integer)

パラメーター

path
String

省略可能なパス。

line
Int32

省略可能な行。

適用対象