InputAttribute.EditorType Property
Gets or sets the type of editor to be used for this property.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.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);
}
public function get EditorType () : Type
public function set EditorType (value : Type)
Property Value
Type: System.Type
A Type that contains the type of editor.
Remarks
The editor must be a class that is derived from UITypeEditor.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.