Partager via


TextPane.StartPoint, propriété

Obtient l'objet TextPoint représentant le premier caractère affiché du volet.

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

Syntaxe

'Déclaration
ReadOnly Property StartPoint As TextPoint
TextPoint StartPoint { get; }
property TextPoint^ StartPoint {
    TextPoint^ get ();
}
abstract StartPoint : TextPoint with get
function get StartPoint () : TextPoint

Valeur de propriété

Type : EnvDTE.TextPoint
Objet TextPoint.

Sécurité .NET Framework

Voir aussi

Référence

TextPane Interface

EnvDTE, espace de noms

Autres ressources

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