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[]
指定范围内的文档源。