TextRange::StartPoint Property

 

Gets the EditPoint object representing the beginning of the text document, or the first displayed character of the pane.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

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

Property Value

Type: EnvDTE::EditPoint^

A EditPoint object.

Return to top
Show: