Share via


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
TextPoint GetStartPoint(
    vsCMPart Part
)
TextPoint^ GetStartPoint(
    [InAttribute] vsCMPart Part
)
abstract GetStartPoint : 
        Part:vsCMPart -> TextPoint 
function GetStartPoint(
    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