PropertyPageTypeConverterAttribute::ConverterType Property

 

The type that is to be converted.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property Type^ ConverterType {
	Type^ get();
}

Property Value

Type: System::Type^

Type.

This property is read only. The type to be converted is set in the class constructor.

Return to top
Show: