TextDocument::StartPoint Property

 

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

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

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

Property Value

Type: EnvDTE::TextPoint^

A TextPoint object.

No code example is currently available or this language may not be supported.
Return to top
Show: