VCCodeUsingAlias.EndPointOf[vsCMPart, vsCMWhere] Özellik

Tanım

Nesnenin bitiş noktasını döndürür.

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

Parametreler

Part
vsCMPart

Gereklidir. vsCMPartTanımın veya bildirimin hangi kısmını kullanacağınızı belirten değer (öznitelikler bloğu, gövde, vb.).

Where
vsCMWhere

İsteğe bağlı. vsCMWhereNesnenin tanım mı yoksa bildirim mi olduğunu belirten bir değer TextPoint .

Özellik Değeri

TextPoint

Bir TextPoint nesnesi.

Öznitelikler

Açıklamalar

<xref:Microsoft.VisualStudio.VCCodeModel.UsingAlias.EndPointOf%2A> metin noktalarını nesneden daha fazla duyarlığa sahip olacak şekilde alır StartPoint .

Şunlara uygulanır