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:
authorDavid Karlaš <david.karlas@gmail.com>2020-01-17 20:13:06 +0300
committerKirill Osenkov <KirillOsenkov@users.noreply.github.com>2020-01-17 20:13:06 +0300
commit5ce6368e5b71451d75a388db524e5e104e222122 (patch)
tree2cb6704f1d9238675451537c91cfcd040314210c
parent07690d994608d557268caf0726711d3bf52a9bb1 (diff)
Sync vs-editor-core @ 3a6d05e (#21)vsmac/release-8.5
-rw-r--r--src/Editor/Text/Def/TextUI/Editor/ISpaceReservationManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor/Text/Def/TextUI/Editor/ISpaceReservationManager.cs b/src/Editor/Text/Def/TextUI/Editor/ISpaceReservationManager.cs
index 7d7b048..b7dd9c2 100644
--- a/src/Editor/Text/Def/TextUI/Editor/ISpaceReservationManager.cs
+++ b/src/Editor/Text/Def/TextUI/Editor/ISpaceReservationManager.cs
@@ -22,7 +22,7 @@ namespace Microsoft.VisualStudio.Text.Editor
/// <param name="style">The style options for displaying the tip.</param>
/// <param name="content">The UI element to be displayed in the tip.</param>
/// <returns>An <see cref="ISpaceReservationAgent"/> that will display the desired content in a popup window.</returns>
- ISpaceReservationAgent CreatePopupAgent(ITrackingSpan visualSpan, PopupStyles style, object content);
+ ISpaceReservationAgent CreatePopupAgent(ITrackingSpan visualSpan, PopupStyles style, UIElement content);
/// <summary>
/// Updates <paramref name="agent"/> with the <paramref name="visualSpan"/>.