Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of the editor for this input.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)
Syntax
'Declaration
Public ReadOnly Property EditorType As Type
'Usage
Dim instance As InputDescriptor
Dim value As Type
value = instance.EditorType
public Type EditorType { get; }
public:
property Type^ EditorType {
Type^ get ();
}
/** @property */
public Type get_EditorType ()
public function get EditorType () : Type
Property Value
A Type that contains the editor for the input.
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