IToolTipPresenterFactory.Create(ITextView, ToolTipParameters) Method
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.
Constructs a new instance of IToolTipPresenter for the current platform.
public:
Microsoft::VisualStudio::Text::Adornments::IToolTipPresenter ^ Create(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView, Microsoft::VisualStudio::Text::Adornments::ToolTipParameters ^ parameters);
public Microsoft.VisualStudio.Text.Adornments.IToolTipPresenter Create (Microsoft.VisualStudio.Text.Editor.ITextView textView, Microsoft.VisualStudio.Text.Adornments.ToolTipParameters parameters);
abstract member Create : Microsoft.VisualStudio.Text.Editor.ITextView * Microsoft.VisualStudio.Text.Adornments.ToolTipParameters -> Microsoft.VisualStudio.Text.Adornments.IToolTipPresenter
Public Function Create (textView As ITextView, parameters As ToolTipParameters) As IToolTipPresenter
Parameters
- textView
- ITextView
The view that owns the tooltip.
- parameters
- ToolTipParameters
Parameters to create the tooltip with. Never null.
Returns
A IToolTipPresenter for the current platform.