TextChangeProposal.EndColumn-Eigenschaft

Ruft die Endspalte der Änderung ab oder legt diese fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.Int32

.NET Framework-Sicherheit

Siehe auch

Referenz

TextChangeProposal Klasse

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