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()
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.

Permissions

See Also

Reference

IDistribution Interface

IDistribution Members

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace

Distribution

DistributionAttribute

DistributionInit

DefaultDistributionDesigner

Other Resources

Generating Data with Data Generators