Share via


QEStatusBarManager.SetKnownState Method (QEStatusBarKnownStates)

Transitions the status bar into one of its known states. This class manages both the icon and the text for those states.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Public Function SetKnownState ( _
    newState As QEStatusBarKnownStates _
) As String
'Usage
Dim instance As QEStatusBarManager 
Dim newState As QEStatusBarKnownStates 
Dim returnValue As String 

returnValue = instance.SetKnownState(newState)
public string SetKnownState(
    QEStatusBarKnownStates newState
)
public:
String^ SetKnownState(
    QEStatusBarKnownStates newState
)
member SetKnownState : 
        newState:QEStatusBarKnownStates -> string
public function SetKnownState(
    newState : QEStatusBarKnownStates
) : String

Parameters

Return Value

Type: System.String
A string value that specifies the new status.

See Also

Reference

QEStatusBarManager Class

SetKnownState Overload

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace