_Location.EndColumn 属性

命名空间:  Microsoft.Vsa.Vb.CodeDOM
程序集:  Microsoft.Vsa.Vb.CodeDOMProcessor(在 Microsoft.Vsa.Vb.CodeDOMProcessor.dll 中)

语法

声明
Property EndColumn As UInteger
uint EndColumn { get; set; }
property unsigned int EndColumn {
    unsigned int get ();
    void set (unsigned int value);
}
abstract EndColumn : uint32 with get, set
function get EndColumn () : uint 
function set EndColumn (value : uint)

属性值

类型:UInt32

.NET Framework 安全性

请参阅

参考

_Location 接口

Microsoft.Vsa.Vb.CodeDOM 命名空间