TextChangeProposal.EndLine (Propiedad)

Obtiene o establece la última línea de este cambio.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
Public Property EndLine As Integer
    Get
    Set
public int EndLine { get; set; }
public:
property int EndLine {
    int get ();
    void set (int value);
}
member EndLine : int with get, set
function get EndLine () : int
function set EndLine (value : int)

Valor de propiedad

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

TextChangeProposal Clase

Microsoft.VisualStudio.Data.Schema.Package.Refactoring (Espacio de nombres)