Share via


Proprietà Location.EndColumn

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

Sintassi

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

Valore proprietà

Tipo: UInt32

Implementa

_Location.EndColumn

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Location Classe

Spazio dei nomi Microsoft.Vsa.Vb.CodeDOM