Partager via


TextChangeProposal.EndLine, propriété

Obtient ou définit la dernière ligne de cette modification.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Int32

Sécurité .NET Framework

Voir aussi

Référence

TextChangeProposal Classe

Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms