VCCodeReference.GetEndPoint Method

Not currently implemented.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

'Declaration
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

Parameters

  • Part
    Type: EnvDTE.vsCMPart

    Required. A vsCMPart value specifying which part of the definition or the declaration to use (attributes block, body, and so on).

Return Value

Type: EnvDTE.TextPoint

.NET Framework Security

See Also

Reference

VCCodeReference Interface

Microsoft.VisualStudio.VCCodeModel Namespace