VCCodeUsingAlias::EndPointOf Property (vsCMPart, vsCMWhere)

 

Returns the end point of the object.

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

property TextPoint^ default[
	vsCMPart Part,
	vsCMWhere Where = vsCMWhere::vsCMWhereDefault
] {
	TextPoint^ get(vsCMPart Part, vsCMWhere Where = vsCMWhere::vsCMWhereDefault);
}

Parameters

Part
Type: EnvDTE::vsCMPart

Required. A vsCMPart value specifying which part of the definition or the declaration to use (attributes block, body, and so on).

Where
Type: Microsoft.VisualStudio.VCCodeModel::vsCMWhere

Optional. A vsCMWhere value specifying whether the TextPoint object is the definition or the declaration.

Property Value

Type: EnvDTE::TextPoint^

A TextPoint object.

P:Microsoft.VisualStudio.VCCodeModel.UsingAlias.EndPointOf(EnvDTE.vsCMPart,Microsoft.VisualStudio.VCCodeModel.vsCMWhere) retrieves text points with more precision than the StartPoint object.

Return to top
Show: