Share via


IDistribution.ValidateInputs Method

When implemented in a class, validates that all the required input properties for the distribution have been set.

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

Syntax

'Declaration
Sub ValidateInputs
'Usage
Dim instance As IDistribution

instance.ValidateInputs
void ValidateInputs ()
void ValidateInputs ()
void ValidateInputs ()
function ValidateInputs ()

Remarks

The values that this method sets are the additional input properties that the user of the distribution specifies in the Properties window. Not all distributions have additional properties. For example, the Normal distribution has a Deviation property, but the Exponential distribution has no additional properties.

See Also

Reference

IDistribution Interface
IDistribution Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
Distribution Class
DistributionAttribute Class
DistributionInit Class
DefaultDistributionDesigner Class

Other Resources

Generating Data with Data Generators