Partilhar via


Propriedade TextChangeProposal.EndColumn

Obtém ou define a coluna final dessa mudança.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Public Property EndColumn As Integer
    Get
    Set
public int EndColumn { get; set; }
public:
property int EndColumn {
    int get ();
    void set (int value);
}
member EndColumn : int with get, set
function get EndColumn () : int
function set EndColumn (value : int)

Valor de propriedade

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

TextChangeProposal Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Refactoring