SymDocument.GetSourceRange(Int32, Int32, Int32, Int32) Méthode

Définition

Lève une exception NotSupportedException dans tous les cas.

public:
 override cli::array <System::Byte> ^ GetSourceRange(int startLine, int startColumn, int endLine, int endColumn);
public:
 virtual cli::array <System::Byte> ^ GetSourceRange(int startLine, int startColumn, int endLine, int endColumn);
public override byte[] GetSourceRange (int startLine, int startColumn, int endLine, int endColumn);
public virtual byte[] GetSourceRange (int startLine, int startColumn, int endLine, int endColumn);
abstract member GetSourceRange : int * int * int * int -> byte[]
override this.GetSourceRange : int * int * int * int -> byte[]
Public Overrides Function GetSourceRange (startLine As Integer, startColumn As Integer, endLine As Integer, endColumn As Integer) As Byte()
Public Overridable Function GetSourceRange (startLine As Integer, startColumn As Integer, endLine As Integer, endColumn As Integer) As Byte()

Paramètres

startLine
Int32

Ce paramètre n'est pas utilisé.

startColumn
Int32

Ce paramètre n'est pas utilisé.

endLine
Int32

Ce paramètre n'est pas utilisé.

endColumn
Int32

Ce paramètre n'est pas utilisé.

Retours

Byte[]

NotSupportedException dans tous les cas.

Implémente

Exceptions

Dans tous les cas.

S’applique à