VCCodeIDLImport.EndPoint Propriété

Définition

Obtient le point d'édition qui représente l'emplacement de la fin de l'élément de code.

public:
 property EnvDTE::TextPoint ^ EndPoint { EnvDTE::TextPoint ^ get(); };
public:
 property EnvDTE::TextPoint ^ EndPoint { EnvDTE::TextPoint ^ get(); };
[System.Runtime.InteropServices.DispId(11)]
public EnvDTE.TextPoint EndPoint { [System.Runtime.InteropServices.DispId(11)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(11)>]
[<get: System.Runtime.InteropServices.DispId(11)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.EndPoint : EnvDTE.TextPoint
Public ReadOnly Property EndPoint As TextPoint

Valeur de propriété

TextPoint

Objet TextPoint.

Attributs

Remarques

L’emplacement du point d’édition est immédiatement après le dernier caractère de l’élément de code (y compris tous les points-virgules, la syntaxe de fin ou la syntaxe de séparation). L’extraction de la propriété ouvre implicitement le fichier source s’il peut être ouvert. Certains langages, toutefois, ne peuvent pas ouvrir des fichiers arbitraires sur le disque et ne peuvent ouvrir que des fichiers dans les solutions actuellement ouvertes.

S’applique à