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

Definitie

Hiermee haalt u de begin- en eindposities op voor de bron van de huidige methode.

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

Parameters

docs
ISymbolDocument[]

De begin- en eindbrondocumenten.

lines
Int32[]

De begin- en eindregels in de bijbehorende brondocumenten.

columns
Int32[]

De begin- en eindkolommen in de bijbehorende brondocumenten.

Retouren

true indien de posities zijn gedefinieerd; anders, false.

Opmerkingen

De eerste matrixpositie is het begin en de tweede is het einde.

Van toepassing op