IToolTipPresenterFactory.Create(ITextView, ToolTipParameters) Yöntem

Tanım

Geçerli platform için yeni bir örneğini oluşturur IToolTipPresenter .

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

Parametreler

textView
ITextView

Araç ipucunun sahibi olan görünüm.

parameters
ToolTipParameters

Araç ipucunu oluşturma parametreleri. Hiçbir koşulda null.

Döndürülenler

IToolTipPresenter

IToolTipPresenterGeçerli platform için A.

Şunlara uygulanır