Freigeben über


VCCodeReference.GetStartPoint-Methode

Derzeit nicht implementiert.

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

Parameter

  • Part
    Typ: vsCMPart

    Erforderlich. Ein vsCMPart-Wert, der angibt, welcher Teil der Definition oder Deklaration verwendet werden soll (Attributblock, Textkörper usw.).

Rückgabewert

Typ: TextPoint

.NET Framework-Sicherheit

Siehe auch

Referenz

VCCodeReference Schnittstelle

Microsoft.VisualStudio.VCCodeModel-Namespace