PropertyPageTypeConverterAttribute Constructor

Creates a new instance of the class for the specified type.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.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 (System.Type) to convert.

Permissions

See Also

Reference

PropertyPageTypeConverterAttribute Class

PropertyPageTypeConverterAttribute Members

Microsoft.VisualStudio.Shell Namespace