Share via


InputDescriptor Constructor (String, Type, String, String)

Initializes a new instance of the InputDescriptor class with the specified key, data type, name, and description.

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

Syntax

'Declaration
Public Sub New ( _
    key As String, _
    type As Type, _
    name As String, _
    description As String _
)
'Usage
Dim key As String
Dim type As Type
Dim name As String
Dim description As String

Dim instance As New InputDescriptor(key, type, name, description)
public InputDescriptor (
    string key,
    Type type,
    string name,
    string description
)
public:
InputDescriptor (
    String^ key, 
    Type^ type, 
    String^ name, 
    String^ description
)
public InputDescriptor (
    String key, 
    Type type, 
    String name, 
    String description
)
public function InputDescriptor (
    key : String, 
    type : Type, 
    name : String, 
    description : String
)

Parameters

  • key
    The key that is used to uniquely identify the input value. For the default generator, this key is the property name.
  • type
    The data type of the input.
  • name
    The friendly name of the input. This name appears in the Properties window.
  • description
    The description of the input. This description appears in the Properties window.

See Also

Tasks

How to: Add Input Properties to a Data Generator
Walkthrough: Creating a Custom Data Generator

Reference

InputDescriptor Class
InputDescriptor Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
SetInputValues
InputAttribute Class