Sdílet prostřednictvím


TextChangeProposal.StartColumn – vlastnost

Získá nebo nastaví první sloupec této změny.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Int32

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

TextChangeProposal Třída

Microsoft.VisualStudio.Data.Schema.Package.Refactoring – obor názvů