CaretPosition::Point Property

 

Gets the IMappingPoint that marks the position of the caret in the buffer.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
property IMappingPoint^ Point {
	IMappingPoint^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::IMappingPoint^

The mapping point of the position.

Return to top
Show: