CaretPosition.Point Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IMappingPoint. This marks the position of the caret in the buffer.
public:
property Microsoft::VisualStudio::Text::IMappingPoint ^ Point { Microsoft::VisualStudio::Text::IMappingPoint ^ get(); };
public:
property Microsoft::VisualStudio::Text::IMappingPoint ^ Point { Microsoft::VisualStudio::Text::IMappingPoint ^ get(); };
public Microsoft.VisualStudio.Text.IMappingPoint Point { get; }
member this.Point : Microsoft.VisualStudio.Text.IMappingPoint
Public ReadOnly Property Point As IMappingPoint
Property Value
The mapping point of the position.