Propriedade TextSelection.TopLine

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
ReadOnly Property TopLine As Integer
    Get
int TopLine { get; }
property int TopLine {
    int get ();
}
abstract TopLine : int
function get TopLine () : int

Valor de propriedade

Tipo: System.Int32
A linha superior.

Segurança do .NET Framework

Consulte também

Referência

TextSelection Interface

Namespace EnvDTE