Proprietà TextSelection.CurrentLine

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

'Dichiarazione
ReadOnly Property CurrentLine As Integer
    Get
int CurrentLine { get; }
property int CurrentLine {
    int get ();
}
abstract CurrentLine : int
function get CurrentLine () : int

Valore proprietà

Tipo: System.Int32
Riga corrente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TextSelection Interfaccia

Spazio dei nomi EnvDTE