SymDocument.GetSourceRange(Int32, Int32, Int32, Int32) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve NotSupportedException en todos los 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 no se utiliza.
- startColumn
- Int32
Este parámetro no se utiliza.
- endLine
- Int32
Este parámetro no se utiliza.
- endColumn
- Int32
Este parámetro no se utiliza.
Devoluciones
Byte[]
NotSupportedException en todos los casos.
Implementaciones
Excepciones
En todos los casos.
Se aplica a
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.