InputAttribute.EditorType Property
Gets or sets the type of editor to be used for this property.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)
Syntax
'Declaration
Public Property EditorType As Type
'Usage
Dim instance As InputAttribute
Dim value As Type
value = instance.EditorType
instance.EditorType = value
public Type EditorType { get; set; }
public:
property Type^ EditorType {
Type^ get ();
void set (Type^ value);
}
/** @property */
public Type get_EditorType ()
/** @property */
public void set_EditorType (Type value)
public function get EditorType () : Type
public function set EditorType (value : Type)
Property Value
A Type that contains the type of the editor.
Remarks
The editor must be a class that is derived from UITypeEditor.
See Also
Tasks
How to: Add Input Properties to a Data Generator
Reference
InputAttribute Class
InputAttribute Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
EditorType
InputDescriptor