_Location.EndLine 属性

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

语法

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

属性值

类型:UInt32

.NET Framework 安全性

请参阅

参考

_Location 接口

Microsoft.Vsa.Vb.CodeDOM 命名空间