Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Serves as a delegate for externalizing the evaluation of the data state of a control. This class supports the Configuration Manager 2007 infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As New ControlDataStateEvaluator(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Function ControlDataStateEvaluator () As ControlDataState
public delegate ControlDataState ControlDataStateEvaluator ()
public delegate ControlDataState ControlDataStateEvaluator ()
/** @delegate */
public delegate ControlDataState ControlDataStateEvaluator ()
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
Microsoft.ConfigurationManagement.AdminConsole Namespace
ControlDataState Enumeration
ControlsValidator