Compartir a través de


Location.EndLine (Propiedad)

Espacio de nombres:  Microsoft.Vsa.Vb.CodeDOM
Ensamblado:  Microsoft.Vsa.Vb.CodeDOMProcessor (en Microsoft.Vsa.Vb.CodeDOMProcessor.dll)

Sintaxis

'Declaración
Public Property EndLine As UInteger
public uint EndLine { get; set; }
public:
virtual property unsigned int EndLine {
    unsigned int get () sealed;
    void set (unsigned int value) sealed;
}
abstract EndLine : uint32 with get, set 
override EndLine : uint32 with get, set
final function get EndLine () : uint 
final function set EndLine (value : uint)

Valor de propiedad

Tipo: UInt32

Implementaciones

_Location.EndLine

Seguridad de .NET Framework

Vea también

Referencia

Location Clase

Microsoft.Vsa.Vb.CodeDOM (Espacio de nombres)