SymDocument.GetSourceRange(Int32, Int32, Int32, Int32) 方法

定义

在所有情况下均引发 NotSupportedException

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()

参数

startLine
Int32

未使用此参数。

startColumn
Int32

未使用此参数。

endLine
Int32

未使用此参数。

endColumn
Int32

未使用此参数。

返回

Byte[]

所有情况下均为 NotSupportedException

实现

例外

在所有情况下。

适用于