SymDocument.GetSourceRange(Int32, Int32, Int32, Int32) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Lança A NotSupportedException em todos os casos.
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()
Parâmetros
- startLine
- Int32
Este parâmetro não é utilizado.
- startColumn
- Int32
Este parâmetro não é utilizado.
- endLine
- Int32
Este parâmetro não é utilizado.
- endColumn
- Int32
Este parâmetro não é utilizado.
Devoluções
A NotSupportedException em todos os casos.
Implementações
Exceções
Em todos os casos.