Compartir a través de


ErrorItem.Line (Propiedad)

Obtiene un valor entero que indica en qué línea del documento de código existe ErrorItem.

Espacio de nombres:  EnvDTE80
Ensamblado:  EnvDTE80 (en EnvDTE80.dll)

Sintaxis

'Declaración
ReadOnly Property Line As Integer
    Get
int Line { get; }
property int Line {
    int get ();
}
abstract Line : int
function get Line () : int

Valor de propiedad

Tipo: System.Int32
Número de línea.

Seguridad de .NET Framework

Vea también

Referencia

ErrorItem Interfaz

EnvDTE80 (Espacio de nombres)