DefaultDistributionDesigner.GetInputs Method

Gets the input descriptors for the distribution.

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

Syntax

'Declaration
Public Overridable Function GetInputs As InputDescriptor()
'Usage
Dim instance As DefaultDistributionDesigner
Dim returnValue As InputDescriptor()

returnValue = instance.GetInputs()
public virtual InputDescriptor[] GetInputs()
public:
virtual array<InputDescriptor^>^ GetInputs()
public function GetInputs() : InputDescriptor[]

Return Value

Type: array<Microsoft.VisualStudio.TeamSystem.Data.DataGenerator.InputDescriptor[]
An array of InputDescriptor instances.

Implements

IDesigner.GetInputs()

Remarks

Each input descriptor represents a property on the distribution that is decorated with the InputAttribute. Each descriptor is keyed with the property name that it represents.

Permissions

See Also

Reference

DefaultDistributionDesigner Class

DefaultDistributionDesigner Members

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace

Distribution

IDistribution

DefaultGeneratorDesigner

IGeneratorDesigner

IDesigner