DefaultGeneratorDesigner.GetInputs Method
Gets the input descriptors for the data generator.
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 DefaultGeneratorDesigner
Dim returnValue As InputDescriptor()
returnValue = instance.GetInputs
public virtual InputDescriptor[] GetInputs ()
public:
virtual array<InputDescriptor^>^ GetInputs ()
public InputDescriptor[] GetInputs ()
public function GetInputs () : InputDescriptor[]
Return Value
An array of InputDescriptor instances.
Remarks
Each input descriptor represents a property on the generator that is decorated with the InputAttribute. Each descriptor is keyed with the property name that it represents.
See Also
Tasks
How to: Add Input Properties to a Data Generator
Reference
DefaultGeneratorDesigner Class
DefaultGeneratorDesigner Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
Generator
IGenerator
DefaultDistributionDesigner Class
IGeneratorDesigner
IDesigner