InputDescriptor Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the InputDescriptor class.
Overload List
Name | Description | |
---|---|---|
InputDescriptor() | Initializes a new instance of the InputDescriptor class. | |
InputDescriptor(String, Type) | Initializes a new instance of the InputDescriptor class with the specified key and data type. | |
InputDescriptor(String, Type, String, String) | Initializes a new instance of the InputDescriptor class with the specified key, data type, name, and description. | |
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. | |
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
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace