Share via


Numeric.OnValidateInputs Method

Validates whether all the required inputs on a generator have been set.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in microsoft.visualstudio.teamsystem.data.generators.dll)

Syntax

'Declaration
Protected Overrides Sub OnValidateInputs
'Usage

Me.OnValidateInputs
protected override void OnValidateInputs ()
protected:
virtual void OnValidateInputs () override
protected void OnValidateInputs ()
protected override function OnValidateInputs ()

Remarks

Generators can specify fatal or non-fatal cases with the InputValidationException that this method is expected to throw. ValidateInputs() calls this method.

See Also

Reference

Numeric Generic Class
Numeric Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace