Partilhar via


Propriedade TextChangeProposal.StartLine

Obtém ou define a primeira linha desta alteração.

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 StartLine As Integer
    Get
    Set
public int StartLine { get; set; }
public:
property int StartLine {
    int get ();
    void set (int value);
}
member StartLine : int with get, set
function get StartLine () : int
function set StartLine (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