Share via


InputAttribute.EditorType Property

Gets or sets the type of editor to be used for this property.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Property EditorType As Type
public Type EditorType { get; set; }
public:
property Type^ EditorType {
    Type^ get ();
    void set (Type^ value);
}
member EditorType : Type with get, set
function get EditorType () : Type
function set EditorType (value : Type)

Property Value

Type: System.Type
The object type that can edit this property, which must be derived from UITypeEditor.

Remarks

In Visual Studio 2010, the EditorAttribute is also honored on an input property. This enables support for user interface type editors that are created in a different, unreferenced assembly, and that are specified by using an assembly-qualified type name string instead of a type.

.NET Framework Security

See Also

Reference

InputAttribute Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

UITypeEditor