TextChangeProposal.EndColumn 属性

获取或设置此更改的最后一列。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
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)

属性值

类型:System.Int32

.NET Framework 安全性

请参见

参考

TextChangeProposal 类

Microsoft.VisualStudio.Data.Schema.Package.Refactoring 命名空间