IToolTipPresenter Interface
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.
A platform-specific ToolTip implementation.
public interface class IToolTipPresenter
public interface IToolTipPresenter
type IToolTipPresenter = interface
Public Interface IToolTipPresenter
This type is proffered to the IDE via an IToolTipPresenterFactory and is always constructed and called purely on the UI thread. Each IToolTipPresenter is a single-use object that is responsible for converting the given content to into platform-specific UI elements and displaying them in a popup UI.
Dismiss() |
Dismisses the popup and causes Dismissed to be fired. |
Start |
Constructs a popup containing a platform-specific UI representation of |
Dismissed |
Invoked upon dismissal of the ToolTip's popup view. |
Produkt | Verzie |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |