IToolTipPresenterFactory.Create(ITextView, ToolTipParameters) Method

Definition

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.

Applies to