Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Def/Internal/TextUI/IViewPrimitives.cs')
-rw-r--r--src/Text/Def/Internal/TextUI/IViewPrimitives.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Def/Internal/TextUI/IViewPrimitives.cs b/src/Text/Def/Internal/TextUI/IViewPrimitives.cs
index 4130715..bf47488 100644
--- a/src/Text/Def/Internal/TextUI/IViewPrimitives.cs
+++ b/src/Text/Def/Internal/TextUI/IViewPrimitives.cs
@@ -21,7 +21,7 @@ namespace Microsoft.VisualStudio.Text.Editor
/// <summary>
/// Gets the <see cref="Selection"/> primitive used for selection manipulation.
/// </summary>
- Selection Selection { get; }
+ LegacySelection Selection { get; }
/// <summary>
/// Gets the <see cref="Caret"/> primitive used for caret movement.