Share via


DefaultGeneratorDesigner.SetDefaultInputValues Method

Sets the default values of the input properties.

Namespace:  Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly:  Microsoft.VisualStudio.TeamSystem.Data (in Microsoft.VisualStudio.TeamSystem.Data.dll)

Syntax

'Declaration
Public Overridable Sub SetDefaultInputValues ( _
    inputs As InputDescriptor() _
)
'Usage
Dim instance As DefaultGeneratorDesigner
Dim inputs As InputDescriptor()

instance.SetDefaultInputValues(inputs)
public virtual void SetDefaultInputValues(
    InputDescriptor[] inputs
)
public:
virtual void SetDefaultInputValues(
    array<InputDescriptor^>^ inputs
)
public function SetDefaultInputValues(
    inputs : InputDescriptor[]
)

Parameters

Implements

IDesigner.SetDefaultInputValues(array<InputDescriptor[])

Remarks

The system automatically sets input properties that have the AutoAssignedInput named parameter set to a value other than None.

Permissions

See Also

Reference

DefaultGeneratorDesigner Class

DefaultGeneratorDesigner Members

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace

AutoAssignedInput

AutoAssignedInput

Generator

IGenerator

DefaultDistributionDesigner

IGeneratorDesigner

IDesigner