TextTipData::Update Method (String^, Int32, Int32, IVsTextView^)

 

Adds the supplied data to this text tip.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
void Update(
	String^ textValue,
	int pos,
	int len,
	IVsTextView^ textView
)

Parameters

textValue
Type: System::String^

The text of the tool tip.

pos
Type: System::Int32

The position of the tip.

len
Type: System::Int32

The length of the tip.

textView
Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextView^

The UpdateTipWindow that should be updated.

Sets new the new values and calls UpdateTipWindow on textView. After calling IsActive returns TRUE.

Return to top
Show: