共用方式為


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

定義

取得指定範圍的內嵌文件來源。

public:
 cli::array <System::Byte> ^ GetSourceRange(int startLine, int startColumn, int endLine, int endColumn);
public byte[] GetSourceRange (int startLine, int startColumn, int endLine, int endColumn);
abstract member GetSourceRange : int * int * int * int -> byte[]
Public 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[]

指定範圍的文件來源。

適用於