SCCM Manager 3.0
SetStatusBar Methode


ActionPanel.PluginBase.Interfaces Namespace > IPluginContainer Schnittstelle : SetStatusBar Methode
Syntax
'Deklaration
 
Sub SetStatusBar( _
   ByVal message As System.String, _
   ByVal errorLevel As FLibErrorLevels _
) 
'Usage
 
Dim instance As IPluginContainer
Dim message As System.String
Dim errorLevel As FLibErrorLevels
 
instance.SetStatusBar(message, errorLevel)
void SetStatusBar( 
   System.string message,
   FLibErrorLevels errorLevel
)

Parameter

message
errorLevel
Anforderungen

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

Siehe auch

Referenz

IPluginContainer Schnittstelle
IPluginContainer Member