PropertyPageTypeConverterAttribute Class

Definition

Defines our type converter.

C++
public ref class PropertyPageTypeConverterAttribute sealed : Attribute
Inheritance
PropertyPageTypeConverterAttribute
Attributes

Remarks

This is needed to get rid of the type TypeConverter type that could not give back the Type we were passing to him. We do not want to use reflection to get the type back from the ConverterTypeName. Also the GetType mthos does not spwan converters from other assemblies.

Constructors

PropertyPageTypeConverterAttribute(Type)

Creates a new instance of the class for the specified type.

Properties

ConverterType

The type that is to be converted.

Applies to

Produto Versões
Visual Studio SDK 2015, 2017, 2019, 2022