ISymbolDocument.GetSourceRange(Int32, Int32, Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定範圍的內嵌文件來源。
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[]
指定範圍的文件來源。