VCCodeReference.GetStartPoint (Método)

No implementado actualmente.

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

Sintaxis

'Declaración
Function GetStartPoint ( _
    Part As vsCMPart _
) As TextPoint
TextPoint GetStartPoint(
    vsCMPart Part
)
TextPoint^ GetStartPoint(
    [InAttribute] vsCMPart Part
)
abstract GetStartPoint : 
        Part:vsCMPart -> TextPoint 
function GetStartPoint(
    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)