Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
Visual Basic |
---|
Dim instance As ControlsValidator |
Syntax
Visual Basic |
---|
Public Class ControlsValidator Implements IDisposable |
C# |
---|
public class ControlsValidator : IDisposable |
C++ |
---|
public ref class ControlsValidator : IDisposable |
J# |
---|
public class ControlsValidator implements IDisposable |
JScript |
---|
public class ControlsValidator implements IDisposable |
Remarks
This class categorizes controls as follows:
-
Internally-managed controls and delegate-managed controls. These controls are registered with a validation rule or evaluation delegate. The ControlsValidator object internally determines the error state of this type of control by evaluating the associated rule or invoking the delegate.
-
Externally-managed controls. These controls are not registered and have no corresponding validation rules. An external application can set and reset the error state of this type of control manually.
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.AdminConsole.ControlsValidator
Microsoft.ConfigurationManagement.AdminConsole.ControlsValidator
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.