PropertyPageTypeConverterAttribute.ConverterType 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.
The type that is to be converted.
public:
property Type ^ ConverterType { Type ^ get(); };
public:
property Platform::Type ^ ConverterType { Platform::Type ^ get(); };
public Type ConverterType { get; }
member this.ConverterType : Type
Public ReadOnly Property ConverterType As Type
Property Value
Type.
Remarks
This property is read only. The type to be converted is set in the class constructor.