IToolTipPresenterFactory.Create(ITextView, ToolTipParameters) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
IToolTipPresenterGeçerli platform için A.