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
'Declaration
Public ReadOnly Property Point As IMappingPoint
public IMappingPoint Point { get; }
public:
property IMappingPoint^ Point {
IMappingPoint^ get ();
}
member Point : IMappingPoint with get
function get Point () : IMappingPoint
Property Value
Type: Microsoft.VisualStudio.Text.IMappingPoint
The mapping point of the position.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.