VCCodeUsing.GetEndPoint(vsCMPart) Método

Definição

Obtém um TextPoint objeto que marca o final da definição do elemento de código.

EnvDTE::TextPoint GetEndPoint(EnvDTE::vsCMPart Part = EnvDTE.vsCMPart.vsCMPartWholeWithAttributes);
[System.Runtime.InteropServices.DispId(16)]
[System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)]
public EnvDTE.TextPoint GetEndPoint (EnvDTE.vsCMPart Part = EnvDTE.vsCMPart.vsCMPartWholeWithAttributes);
[<System.Runtime.InteropServices.DispId(16)>]
[<System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
abstract member GetEndPoint : EnvDTE.vsCMPart -> EnvDTE.TextPoint
Public Function GetEndPoint (Optional Part As vsCMPart = EnvDTE.vsCMPart.vsCMPartWholeWithAttributes) As TextPoint

Parâmetros

Part
vsCMPart

Opcional. Uma vsCMPart constante que especifica a parte do código a ser recuperada.

Retornos

TextPoint

Um objeto TextPoint.

Atributos

Aplica-se a