Share via


IDistribution.SetInputValues Method

When implemented in a class, sets the input values for a distribution.

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

Syntax

'Declaration
Sub SetInputValues ( _
    inputs As IDictionary(Of String, Object) _
)
'Usage
Dim instance As IDistribution
Dim inputs As IDictionary(Of String, Object)

instance.SetInputValues(inputs)
void SetInputValues (
    IDictionary<string,Object> inputs
)
void SetInputValues (
    IDictionary<String^, Object^>^ inputs
)
void SetInputValues (
    IDictionary<String,Object> inputs
)
function SetInputValues (
    inputs : IDictionary<String,Object>
)

Parameters

  • inputs
    An IDictionary of key and value pairs. By default, the key is the property name. The value is the value of the input that corresponds to the key.

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