TextTipData.Update(String, Int32, Int32, IVsTextView) Метод

Определение

Добавляет предоставленные данные в данную текстовую подсказку.

public:
 void Update(System::String ^ textValue, int pos, int len, Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ textView);
public:
 void Update(Platform::String ^ textValue, int pos, int len, Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ textView);
void Update(std::wstring const & textValue, int pos, int len, Microsoft::VisualStudio::TextManager::Interop::IVsTextView const & textView);
public void Update (string textValue, int pos, int len, Microsoft.VisualStudio.TextManager.Interop.IVsTextView textView);
member this.Update : string * int * int * Microsoft.VisualStudio.TextManager.Interop.IVsTextView -> unit
Public Sub Update (textValue As String, pos As Integer, len As Integer, textView As IVsTextView)

Параметры

textValue
String

Текст подсказки.

pos
Int32

Позиция подсказки.

len
Int32

Длина подсказки.

textView
IVsTextView

Метод UpdateTipWindow(IVsTipWindow, UInt32), который должен быть обновлен.

Комментарии

Задает новые значения и вызовы UpdateTipWindow в textView . После вызова метода IsActive Returns TRUE .

Применяется к