Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Performs custom processes when validating an item.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected override void OnValidate(
object objectToValidate
)
protected:
virtual void OnValidate(
Object^ objectToValidate
) override
override OnValidate :
objectToValidate:Object -> unit
Protected Overrides Sub OnValidate (
objectToValidate As Object
)
Parameters
objectToValidate
Type: System.ObjectThe item to validate.
See Also
BaseCollection Class
Microsoft.ManagementConsole Namespace
Return to top