VCCodeUsingAlias.EndPointOf[vsCMPart, vsCMWhere] Eigenschaft

Definition

Gibt den Endpunkt des-Objekts zurück.

public:
 property EnvDTE::TextPoint ^ EndPointOf[EnvDTE::vsCMPart, Microsoft::VisualStudio::VCCodeModel::vsCMWhere] { EnvDTE::TextPoint ^ get(EnvDTE::vsCMPart Part, Microsoft::VisualStudio::VCCodeModel::vsCMWhere Where); };
[System.Runtime.InteropServices.DispId(551)]
public EnvDTE.TextPoint EndPointOf[EnvDTE.vsCMPart Part, Microsoft.VisualStudio.VCCodeModel.vsCMWhere Where = Microsoft.VisualStudio.VCCodeModel.vsCMWhere.vsCMWhereDefault] { [System.Runtime.InteropServices.DispId(551)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(551)>]
[<get: System.Runtime.InteropServices.DispId(551)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.EndPointOf(EnvDTE.vsCMPart * Microsoft.VisualStudio.VCCodeModel.vsCMWhere) : EnvDTE.TextPoint
Public ReadOnly Property EndPointOf(Part As vsCMPart, Optional Where As vsCMWhere = Microsoft.VisualStudio.VCCodeModel.vsCMWhere.vsCMWhereDefault) As TextPoint

Parameter

Part
vsCMPart

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

Where
vsCMWhere

(Optional) Ein vsCMWhere-Wert, der angibt, ob das TextPoint-Objekt die Definition oder die Deklaration darstellt.

Eigenschaftswert

TextPoint

Ein TextPoint-Objekt.

Attribute

Hinweise

<xref:Microsoft.VisualStudio.VCCodeModel.UsingAlias.EndPointOf%2A> Ruft Text Punkte mit präziser als dem- StartPoint Objekt ab.

Gilt für