Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines if the method tip is visible.
Namespace: Microsoft.VisualStudio.Package
Assemblies: Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Syntax
'Declaration
Public ReadOnly Property IsDisplayed As Boolean
public bool IsDisplayed { get; }
public:
property bool IsDisplayed {
bool get ();
}
member IsDisplayed : bool
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.