Partager via


TextRange.StartPoint, propriété

Obtient l'objet EditPoint représentant le début du document texte, ou le premier caractère affiché du volet.

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

Syntaxe

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

Valeur de propriété

Type : EnvDTE.EditPoint
Objet EditPoint.

Sécurité .NET Framework

Voir aussi

Référence

TextRange Interface

EnvDTE, espace de noms

Autres ressources

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