Sdílet prostřednictvím


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
'Usage
Dim instance As VCCodeReference
Dim Part As vsCMPart
Dim returnValue As TextPoint

returnValue = instance.GetEndPoint(Part)
TextPoint GetEndPoint(
    vsCMPart Part
)
TextPoint^ GetEndPoint(
    [InAttribute] vsCMPart Part
)
function GetEndPoint(
    Part : vsCMPart
) : TextPoint

Parameters

  • Part
    Type: vsCMPart

     

Return Value

Type: TextPoint

Permissions

See Also

Reference

VCCodeReference Interface

VCCodeReference Members

Microsoft.VisualStudio.VCCodeModel Namespace