Share via


PropertyPageTypeConverterAttribute Constructor

Initializes a new instance of the PropertyPageTypeConverterAttribute class, using a specified type.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Sub New ( _
    t As Type _
)
'Usage
Dim t As Type

Dim instance As New PropertyPageTypeConverterAttribute(t)
public PropertyPageTypeConverterAttribute(
    Type t
)
public:
PropertyPageTypeConverterAttribute(
    Type^ t
)
public function PropertyPageTypeConverterAttribute(
    t : Type
)
new : 
        t:Type -> PropertyPageTypeConverterAttribute

Parameters

.NET Framework Security

See Also

Reference

PropertyPageTypeConverterAttribute Class

PropertyPageTypeConverterAttribute Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace