MethodData::IsDisplayed Property

 

Determines if the method tip is visible.

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

public:
property bool IsDisplayed {
	bool get();
}

Property Value

Type: System::Boolean

If the method tip is displayed, returns true; otherwise, returns false.

This property returns the state of an internal flag that is set in the UpdateView method and cleared in the OnDismiss method.

Return to top
Show: