VCCodeInclude.EndPoint Özellik

Tanım

Kod öğesinin sonundaki konum olan düzenleme noktasını alır.

public:
 property EnvDTE::TextPoint ^ EndPoint { EnvDTE::TextPoint ^ get(); };
public:
 property EnvDTE::TextPoint ^ EndPoint { EnvDTE::TextPoint ^ get(); };
[System.Runtime.InteropServices.DispId(11)]
public EnvDTE.TextPoint EndPoint { [System.Runtime.InteropServices.DispId(11)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(11)>]
[<get: System.Runtime.InteropServices.DispId(11)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.EndPoint : EnvDTE.TextPoint
Public ReadOnly Property EndPoint As TextPoint

Özellik Değeri

TextPoint

Bir TextPoint nesnesi.

Öznitelikler

Açıklamalar

Düzenleme noktası konumu, kod öğesinin son karakterinden hemen sonra (noktalı virgül, Sonlandırıcı sözdizimi veya sözdizimi ayrımı dahil). Özelliğin getirilmesi, kaynak dosyayı açılacaksa dolaylı olarak açar. Ancak, bazı diller diskte rastgele dosyaları açamaz ve yalnızca şu anda açık olan çözümlerde dosyaları açabilir.

Şunlara uygulanır