Share via


InputDescriptor Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the InputDescriptor class.

Overload List

  Name Description
Aa833586.pubmethod(en-us,VS.90).gif InputDescriptor() Initializes a new instance of the InputDescriptor class.
Aa833586.pubmethod(en-us,VS.90).gif InputDescriptor(String, Type) Initializes a new instance of the InputDescriptor class with the specified key and data type.
Aa833586.pubmethod(en-us,VS.90).gif InputDescriptor(String, Type, String, String) Initializes a new instance of the InputDescriptor class with the specified key, data type, name, and description.
Aa833586.pubmethod(en-us,VS.90).gif InputDescriptor(String, Type, String, String, AutoAssignedInput) Initializes a new instance of the InputDescriptor class with the specified key, data type, name, description, and input type.
Aa833586.pubmethod(en-us,VS.90).gif InputDescriptor(String, Type, String, String, AutoAssignedInput, Type, Type) Initializes a new instance of the InputDescriptor class with the specified key, data type, name, description, input type, type converter, and editor type.

Top

See Also

Reference

InputDescriptor Class

InputDescriptor Members

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace

SetInputValues

InputAttribute

AutoAssignedInput

Other Resources

How to: Add Input Properties to a Data Generator

Walkthrough: Creating a Custom Data Generator