Partager via


VCCodeUsingAlias.EndPointOf, propriété

Retourne le point de terminaison de l'objet.

Espace de noms :  Microsoft.VisualStudio.VCCodeModel
Assembly :  Microsoft.VisualStudio.VCCodeModel (dans Microsoft.VisualStudio.VCCodeModel.dll)

Syntaxe

'Déclaration
ReadOnly Property EndPointOf ( _
    Part As vsCMPart, _
    Where As vsCMWhere _
) As TextPoint
TextPoint this[
    vsCMPart Part,
    vsCMWhere Where
] { get; }
property TextPoint^ EndPointOf[[InAttribute] vsCMPart Part, [InAttribute] vsCMWhere Where] {
    TextPoint^ get ([InAttribute] vsCMPart Part, [InAttribute] vsCMWhere Where);
}
abstract EndPointOf : 
        Part:vsCMPart * 
        Where:vsCMWhere -> TextPoint with get
JScript ne prend pas en charge les propriétés indexées.

Paramètres

  • Part
    Type : vsCMPart

    Requis. Valeur vsCMPart indiquant quelle partie de la définition ou de la déclaration doit être utilisée (blocs d'attributs, corps etc.).

Valeur de propriété

Type : TextPoint
Objet TextPoint.

Notes

l'EndPointOf récupère les points de texte avec plus de précision que l'objet StartPoint.

Sécurité .NET Framework

Voir aussi

Référence

VCCodeUsingAlias Interface

Microsoft.VisualStudio.VCCodeModel, espace de noms