Aracılığıyla paylaş


ISymbolWriter.SetMethodSourceRange Yöntem

Tanım

Kaynak dosya içindeki bir yöntemin gerçek başlangıcını ve sonunu belirtir. Yöntemin kapsamını, yöntemin içinde bulunan dizi noktalarından bağımsız olarak belirtmek için kullanın 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)

Parametreler

startDoc
ISymbolDocumentWriter

Başlangıç konumunu içeren belge.

startLine
Int32

Başlangıç satırı numarası.

startColumn
Int32

Başlangıç sütunu.

endDoc
ISymbolDocumentWriter

Bitiş konumunu içeren belge.

endLine
Int32

Bitiş satırı numarası.

endColumn
Int32

Bitiş sütun numarası.

Şunlara uygulanır