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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Autres ressources
Comment : compiler et exécuter les exemples de code du modèle objet Automation