MethodData.IsDisplayed Property
Determines if the method tip is visible.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Syntax
'Declaration
Public ReadOnly Property IsDisplayed As Boolean
'Usage
Dim instance As MethodData
Dim value As Boolean
value = instance.IsDisplayed
public bool IsDisplayed { get; }
public:
property bool IsDisplayed {
bool get ();
}
public 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.