PropertyPageTypeConverterAttribute Constructor

Initializes a new instance of a PropertyPageTypeConverterAttribute of the supplied type. Obsolete. Use PropertyPageTypeConverterAttribute instead.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Sub New ( _
    t As Type _
)
'使用
Dim t As Type

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

Parameters

  • t
    Type: System.Type

    The type for which to construct a new type converter.

Permissions

See Also

Reference

PropertyPageTypeConverterAttribute Class

PropertyPageTypeConverterAttribute Members

Microsoft.VisualStudio.Package Namespace