TextTipData.Update(String, Int32, Int32, IVsTextView) Método

Definição

Adiciona os dados fornecidos a essa dica de texto.

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)

Parâmetros

textValue
String

O texto da dica de ferramenta.

pos
Int32

A posição da dica.

len
Int32

O comprimento da dica.

textView
IVsTextView

O UpdateTipWindow(IVsTipWindow, UInt32) que deve ser atualizado.

Comentários

Define novos valores e chamadas UpdateTipWindow em textView . Depois de chamar o IsActive retornos TRUE .

Aplica-se a