PropertyPageTypeConverterAttribute(Type) Constructor

Definition

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.

Applies to