Partager via


TextPoint.AtStartOfLine, propriété

Obtient une valeur indiquant si l'objet se trouve au début d'une ligne.

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

Syntaxe

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

Valeur de propriété

Type : System.Boolean
Valeur booléenne indiquant True si vous êtes au début d'une ligne ; False dans le cas contraire.

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