InputAttribute.TypeConverter Property
Gets or sets the type converter that displays the input property.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property TypeConverter As Type
'Usage
Dim instance As InputAttribute
Dim value As Type
value = instance.TypeConverter
instance.TypeConverter = value
public Type TypeConverter { get; set; }
public:
property Type^ TypeConverter {
Type^ get ();
void set (Type^ value);
}
public function get TypeConverter () : Type
public function set TypeConverter (value : Type)
Property Value
Type: System.Type
A Type that contains the type of converter.
Remarks
You use TypeConverter for input properties that should show a list in the Properties window. The type converter must implement a default constructor.
.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.