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
Property EndColumn As UInteger
uint EndColumn { get; set; }
property unsigned int EndColumn {
    unsigned int get ();
    void set (unsigned int value);
}
abstract EndColumn : uint32 with get, set
function get EndColumn () : uint 
function set EndColumn (value : uint)

Valore proprietà

Tipo: UInt32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

_Location Interfaccia

Spazio dei nomi Microsoft.Vsa.Vb.CodeDOM