ISymbolWriter.SetMethodSourceRange メソッド

定義

ソース ファイル内のメソッドの真の開始と終了を指定します。 SetMethodSourceRange(ISymbolDocumentWriter, Int32, Int32, ISymbolDocumentWriter, Int32, Int32)を使用して、メソッド内に存在するシーケンス ポイントに関係なく、メソッドの範囲を指定します。

public:
 void SetMethodSourceRange(System::Diagnostics::SymbolStore::ISymbolDocumentWriter ^ startDoc, int startLine, int startColumn, System::Diagnostics::SymbolStore::ISymbolDocumentWriter ^ endDoc, int endLine, int endColumn);
public void SetMethodSourceRange(System.Diagnostics.SymbolStore.ISymbolDocumentWriter startDoc, int startLine, int startColumn, System.Diagnostics.SymbolStore.ISymbolDocumentWriter endDoc, int endLine, int endColumn);
abstract member SetMethodSourceRange : System.Diagnostics.SymbolStore.ISymbolDocumentWriter * int * int * System.Diagnostics.SymbolStore.ISymbolDocumentWriter * int * int -> unit
Public Sub SetMethodSourceRange (startDoc As ISymbolDocumentWriter, startLine As Integer, startColumn As Integer, endDoc As ISymbolDocumentWriter, endLine As Integer, endColumn As Integer)

パラメーター

startDoc
ISymbolDocumentWriter

開始位置を含むドキュメント。

startLine
Int32

開始行番号。

startColumn
Int32

開始列。

endDoc
ISymbolDocumentWriter

終了位置を含むドキュメント。

endLine
Int32

終了行番号。

endColumn
Int32

末尾の列番号。

適用対象