Selection.InsertionPointAffinity 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 affinity of the insertion point. This is used in places like word-wrap where one buffer position can represent both the end of one line and the beginning of the next.
public:
property Microsoft::VisualStudio::Text::PositionAffinity InsertionPointAffinity { Microsoft::VisualStudio::Text::PositionAffinity get(); };
public Microsoft.VisualStudio.Text.PositionAffinity InsertionPointAffinity { get; }
public Microsoft.VisualStudio.Text.PositionAffinity InsertionPointAffinity { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.InsertionPointAffinity : Microsoft.VisualStudio.Text.PositionAffinity
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.InsertionPointAffinity : Microsoft.VisualStudio.Text.PositionAffinity
Public ReadOnly Property InsertionPointAffinity As PositionAffinity
Property Value
- Attributes