Partager via


TextPane.StartPoint, propriété

Mise à jour : novembre 2007

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

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

Syntaxe

ReadOnly Property StartPoint As TextPoint

Dim instance As TextPane
Dim value As TextPoint

value = instance.StartPoint
TextPoint StartPoint { get; }
property TextPoint^ StartPoint {
    TextPoint^ get ();
}
function get StartPoint () : TextPoint

Valeur de propriété

Type : EnvDTE.TextPoint

Objet TextPoint.

Autorisations

Voir aussi

Référence

TextPane, interface

Membres TextPane

EnvDTE, espace de noms

Autres ressources

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