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

Definition

Löst in allen Fällen eine NotSupportedException aus.

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

Parameter

docs
ISymbolDocument[]

Dieser Parameter wird nicht verwendet.

lines
Int32[]

Dieser Parameter wird nicht verwendet.

columns
Int32[]

Dieser Parameter wird nicht verwendet.

Gibt zurück

Löst in allen Fällen eine NotSupportedException aus.

Implementiert

Ausnahmen

In allen Fällen.

Gilt für: