Partager via


TextPoint.AtEndOfLine, propriété

Obtient une valeur indiquant si l'objet se trouve à la fin d'une ligne.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
ReadOnly Property AtEndOfLine As Boolean
bool AtEndOfLine { get; }
property bool AtEndOfLine {
    bool get ();
}
abstract AtEndOfLine : bool
function get AtEndOfLine () : boolean

Valeur de propriété

Type : System.Boolean
Valeur booléenne indiquant true si vous êtes à la fin d'une ligne ; sinon false.

Sécurité .NET Framework

Voir aussi

Référence

TextPoint Interface

EnvDTE, espace de noms

Autres ressources

Comment : compiler et exécuter les exemples de code du modèle objet Automation