VCCodeReference.GetEndPoint (Método)

No implementado actualmente.

Espacio de nombres:  Microsoft.VisualStudio.VCCodeModel
Ensamblado:  Microsoft.VisualStudio.VCCodeModel (en Microsoft.VisualStudio.VCCodeModel.dll)

Sintaxis

'Declaración
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

Parámetros

  • Part
    Tipo: EnvDTE.vsCMPart
    Obligatorio.Valor de la enumeración vsCMPart que especifica qué parte de la definición o de la declaración se va a usar (bloque de atributos, cuerpo, etc.).

Valor devuelto

Tipo: EnvDTE.TextPoint

Seguridad de .NET Framework

Vea también

Referencia

VCCodeReference Interfaz

Microsoft.VisualStudio.VCCodeModel (Espacio de nombres)