DBStatusBar.Clear Method
Clears the status bar.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Function Clear ( _
possibleOwner As DBStatusBarOwner _
) As Boolean
'Usage
Dim instance As DBStatusBar
Dim possibleOwner As DBStatusBarOwner
Dim returnValue As Boolean
returnValue = instance.Clear(possibleOwner)
public bool Clear(
DBStatusBarOwner possibleOwner
)
public:
virtual bool Clear(
DBStatusBarOwner^ possibleOwner
) sealed
public final function Clear(
possibleOwner : DBStatusBarOwner
) : boolean
abstract Clear :
possibleOwner:DBStatusBarOwner -> bool
override Clear :
possibleOwner:DBStatusBarOwner -> bool
Parameters
- possibleOwner
Type: Microsoft.Data.Schema.Sql.Common.UI.DBStatusBarOwner
The possible owner
Return Value
Type: System.Boolean
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace