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

実装

例外

すべての場合。

適用対象