Share via


Numeric<T>.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 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.

Permissions

See Also

Reference

Numeric<T> Class

Numeric<T> Members

Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace