ModelProperty.Converter Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the type converter to use with this property.
public:
abstract property System::ComponentModel::TypeConverter ^ Converter { System::ComponentModel::TypeConverter ^ get(); };
public abstract System.ComponentModel.TypeConverter Converter { get; }
member this.Converter : System.ComponentModel.TypeConverter
Public MustOverride ReadOnly Property Converter As TypeConverter
Returns a TypeConverter for use with this property.
Underlying type converters are all wrapped so they accept ModelItem objects. When performing a conversion to a particular value, the type converter's return type is not wrapped. Type converters that return standard values also return values as ModelItem objects.
产品 | 版本 |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |