Sdílet prostřednictvím


CodeVariable.GetEndPoint – metoda

Vrátí TextPoint objekt, který označuje konec definice prvku kódu.

Obor názvů:  EnvDTE
Sestavení:  EnvDTE (v EnvDTE.dll)

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: EnvDTE.TextPoint
A TextPoint objektu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

CodeVariable Rozhraní

EnvDTE – obor názvů

Další zdroje

How to: Compile and Run the Automation Object Model Code Examples