VCCodeDelegate::GetEndPoint Method (vsCMPart)

 

Gets a TextPoint object that marks the end of the code element definition.

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

TextPoint^ GetEndPoint(
	vsCMPart Part = vsCMPart::vsCMPartWholeWithAttributes
)

Parameters

Part
Type: EnvDTE::vsCMPart

Optional. A vsCMPart constant specifying the portion of the code to retrieve.

Return Value

Type: EnvDTE::TextPoint^

A TextPoint object.

Return to top
Show: