MethodData::IsDisplayed Property
Visual Studio 2015
Determines if the method tip is visible.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: System::BooleanIf 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.
Show: