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/TextLogic/IElisionTag.cs')
-rw-r--r--src/Text/Def/Internal/TextLogic/IElisionTag.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Text/Def/Internal/TextLogic/IElisionTag.cs b/src/Text/Def/Internal/TextLogic/IElisionTag.cs
index eaa4502..154e5da 100644
--- a/src/Text/Def/Internal/TextLogic/IElisionTag.cs
+++ b/src/Text/Def/Internal/TextLogic/IElisionTag.cs
@@ -7,13 +7,15 @@
//
namespace Microsoft.VisualStudio.Text.Tagging
{
+ using Microsoft.VisualStudio.Text.Editor;
+
/// <summary>
/// Tag indicating spans of text to be excluded from a view.
/// </summary>
/// <remarks>
/// <para>
/// IViewTaggerProviders are querried by the editor implementation with this tag type for views having
- /// the <see cref="F:Microsoft.VisualStudio.Text.Editor.PredefinedTextViewRoles.Structured"/> view role.
+ /// the <see cref="PredefinedTextViewRoles.Structured"/> view role.
/// </para>
/// <para>
/// These tags cause text to be hidden but do not result in any outlining UI.