Selection.InsertionPoint 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 location where a caret should be rendered and edits performed.
public:
property Microsoft::VisualStudio::Text::VirtualSnapshotPoint InsertionPoint { Microsoft::VisualStudio::Text::VirtualSnapshotPoint get(); };
public Microsoft.VisualStudio.Text.VirtualSnapshotPoint InsertionPoint { get; }
public Microsoft.VisualStudio.Text.VirtualSnapshotPoint InsertionPoint { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.InsertionPoint : Microsoft.VisualStudio.Text.VirtualSnapshotPoint
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.InsertionPoint : Microsoft.VisualStudio.Text.VirtualSnapshotPoint
Public ReadOnly Property InsertionPoint As VirtualSnapshotPoint
Property Value
- Attributes