Sdílet prostřednictvím


VCCodeReference.GetStartPoint Method

Not currently implemented.

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

Syntax

'Declaration
Function GetStartPoint ( _
    Part As vsCMPart _
) As TextPoint
'Usage
Dim instance As VCCodeReference
Dim Part As vsCMPart
Dim returnValue As TextPoint

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

Parameters

  • Part
    Type: vsCMPart

     

Return Value

Type: TextPoint

Permissions

See Also

Reference

VCCodeReference Interface

VCCodeReference Members

Microsoft.VisualStudio.VCCodeModel Namespace