Location.EndColumn, propriété

Espace de noms :  Microsoft.Vsa.Vb.CodeDOM
Assembly :  Microsoft.Vsa.Vb.CodeDOMProcessor (dans Microsoft.Vsa.Vb.CodeDOMProcessor.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : UInt32

Implémentations

_Location.EndColumn

Sécurité .NET Framework

Voir aussi

Référence

Location Classe

Microsoft.Vsa.Vb.CodeDOM, espace de noms