Share via


SymMethod.GetSourceStartEnd(ISymbolDocument[], Int32[], Int32[]) Méthode

Définition

Lève une exception NotSupportedException dans tous les cas.

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

Paramètres

docs
ISymbolDocument[]

Ce paramètre n'est pas utilisé.

lines
Int32[]

Ce paramètre n'est pas utilisé.

columns
Int32[]

Ce paramètre n'est pas utilisé.

Retours

Lève une exception NotSupportedException dans tous les cas.

Implémente

Exceptions

Dans tous les cas.

S’applique à