Propriedade TextSelection.CurrentColumn

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 CurrentColumn As Integer
    Get
int CurrentColumn { get; }
property int CurrentColumn {
    int get ();
}
abstract CurrentColumn : int
function get CurrentColumn () : int

Valor de propriedade

Tipo: System.Int32
A coluna atual.

Segurança do .NET Framework

Consulte também

Referência

TextSelection Interface

Namespace EnvDTE