Freigeben über


VCCodeReference.GetEndPoint-Methode

Derzeit nicht implementiert.

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

    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