VCCodeUsingAlias.GetEndPoint, méthode
Retourne un objet TextPoint qui marque la fin de la définition de l'élément de code.
Espace de noms : Microsoft.VisualStudio.VCCodeModel
Assembly : Microsoft.VisualStudio.VCCodeModel (dans Microsoft.VisualStudio.VCCodeModel.dll)
Syntaxe
'Déclaration
Function GetEndPoint ( _
Part As vsCMPart _
) As TextPoint
TextPoint GetEndPoint(
vsCMPart Part
)
TextPoint^ GetEndPoint(
[InAttribute] vsCMPart Part
)
abstract GetEndPoint :
Part:vsCMPart -> TextPoint
function GetEndPoint(
Part : vsCMPart
) : TextPoint
Paramètres
Part
Type : vsCMPartOptionnel. Constante vsCMPart spécifiant la partie du code à récupérer.
Valeur de retour
Type : TextPoint
Objet TextPoint.
Sécurité .NET Framework
- 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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.