IDesigner.GetInputs Method

When implemented in a class, gets the input descriptors for the distribution or data generator.

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

Syntax

'Declaration
Function GetInputs As InputDescriptor()
'Usage
Dim instance As IDesigner
Dim returnValue As InputDescriptor()

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

Return Value

An array of InputDescriptor instances.

Remarks

The data generator engine calls this method at design time.

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.

See Also

Reference

IDesigner Interface
IDesigner Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
DefaultDistributionDesigner Class
DefaultGeneratorDesigner Class
IGeneratorDesigner
Distribution Class
Generator Class