Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the StatusBar object, representing the status bar on the main development environment window.
Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property StatusBar As StatusBar
StatusBar StatusBar { get; }
property StatusBar^ StatusBar {
    StatusBar^ get ();
}
abstract StatusBar : StatusBar
function get StatusBar () : StatusBar
Property Value
Type: EnvDTE.StatusBar
A StatusBar object.
Examples
Sub StatusBarExample()
  MsgBox(DTE.StatusBar.Text)
End Sub
.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.