VCCodeElement::StartPoint Property

 

Gets a TextPoint object that defines the beginning of the code item.

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

property TextPoint^ StartPoint {
	TextPoint^ get();
}

Property Value

Type: EnvDTE::TextPoint^

A TextPoint object.

Return to top
Show: