Condividi tramite


Proprietà Location.EndLine

Spazio dei nomi:  Microsoft.Vsa.Vb.CodeDOM
Assembly:  Microsoft.Vsa.Vb.CodeDOMProcessor (in Microsoft.Vsa.Vb.CodeDOMProcessor.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: UInt32

Implementa

_Location.EndLine

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Location Classe

Spazio dei nomi Microsoft.Vsa.Vb.CodeDOM