Share via


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)

Syntax

'Déclaration
Public ReadOnly Property Point As IMappingPoint
public IMappingPoint Point { get; }
public:
property IMappingPoint^ Point {
    IMappingPoint^ get ();
}
member Point : IMappingPoint
function get Point () : IMappingPoint

Property Value

Type: Microsoft.VisualStudio.Text.IMappingPoint
The mapping point of the position.

.NET Framework Security

See Also

Reference

CaretPosition Structure

Microsoft.VisualStudio.Text.Editor Namespace