Freigeben über


ISymbolMethod.GetSourceStartEnd(ISymbolDocument[], Int32[], Int32[]) Methode

Definition

Ruft die Anfangs- und Endpositionen für die Quelle der aktuellen Methode ab.

public:
 bool GetSourceStartEnd(cli::array <System::Diagnostics::SymbolStore::ISymbolDocument ^> ^ docs, cli::array <int> ^ lines, cli::array <int> ^ columns);
public bool GetSourceStartEnd (System.Diagnostics.SymbolStore.ISymbolDocument[]? docs, int[]? lines, int[]? columns);
public bool GetSourceStartEnd (System.Diagnostics.SymbolStore.ISymbolDocument[] docs, int[] lines, int[] columns);
abstract member GetSourceStartEnd : System.Diagnostics.SymbolStore.ISymbolDocument[] * int[] * int[] -> bool
Public Function GetSourceStartEnd (docs As ISymbolDocument(), lines As Integer(), columns As Integer()) As Boolean

Parameter

docs
ISymbolDocument[]

Die Anfangs- und Endquelldokumente.

lines
Int32[]

Die Anfangs- und Endzeilen in den entsprechenden Quelldokumenten.

columns
Int32[]

Die Anfangs- und Endspalten in den entsprechenden Quelldokumenten.

Gibt zurück

true, wenn die Positionen definiert wurden, andernfalls false.

Hinweise

Die erste Arrayposition ist der Start und die zweite das Ende.

Gilt für: