MethodData.IsDisplayed Property

Determines if the method tip is visible.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)

Syntax

'Declaration
Public ReadOnly Property IsDisplayed As Boolean
public bool IsDisplayed { get; }
public:
property bool IsDisplayed {
    bool get ();
}
member IsDisplayed : bool with get
function get IsDisplayed () : boolean

Property Value

Type: System.Boolean
If the method tip is displayed, returns true; otherwise, returns false.

Remarks

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

.NET Framework Security

See Also

Reference

MethodData Class

Microsoft.VisualStudio.Package Namespace