ErrorItem.Column 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个整数值,该值指示代码文档中存在哪一列 ErrorItem 。
public:
property int Column { int get(); };
public:
property int Column { int get(); };
[System.Runtime.InteropServices.DispId(7)]
public int Column { [System.Runtime.InteropServices.DispId(7)] get; }
[<System.Runtime.InteropServices.DispId(7)>]
[<get: System.Runtime.InteropServices.DispId(7)>]
member this.Column : int
Public ReadOnly Property Column As Integer
属性值
一个列号
- 属性