ISymbolWriter.SetMethodSourceRange Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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ı.