Location.EndLine, 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 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)

Valeur de propriété

Type : UInt32

Implémentations

_Location.EndLine

Sécurité .NET Framework

Voir aussi

Référence

Location Classe

Microsoft.Vsa.Vb.CodeDOM, espace de noms