ModelProperty.Converter Property
Definition
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
Property Value
Returns a TypeConverter for use with this property.
Remarks
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.