Freigeben über


VCCodeMacro.GetEndPoint-Methode

Ruft ein TextPoint-Objekt ab, das das Ende der Codeelementdefinition markiert.

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

Parameter

  • Part
    Typ: vsCMPart

    Optional. Eine vsCMPart-Konstante, die den abzurufenden Teil des Codes angibt.

Rückgabewert

Typ: TextPoint
Ein TextPoint-Objekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCCodeMacro Schnittstelle

Microsoft.VisualStudio.VCCodeModel-Namespace

Weitere Ressourcen

Gewusst wie: Kompilieren und Ausführen der Codebeispiele für das Automatisierungsobjektmodell