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

實作

例外狀況

在所有情況下。

適用於