PropertyPageTypeConverterAttribute(Type) Constructor
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.
Creates a new instance of the class for the specified type.
public:
PropertyPageTypeConverterAttribute(Type ^ t);
public:
PropertyPageTypeConverterAttribute(Platform::Type ^ t);
public PropertyPageTypeConverterAttribute (Type t);
new Microsoft.VisualStudio.Shell.PropertyPageTypeConverterAttribute : Type -> Microsoft.VisualStudio.Shell.PropertyPageTypeConverterAttribute
Public Sub New (t As Type)
Parameters
- t
- Type
The type to convert.