다음을 통해 공유


PropertyPageTypeConverterAttribute Constructor

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

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  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
)
new : 
        t:Type -> PropertyPageTypeConverterAttribute
public function PropertyPageTypeConverterAttribute(
    t : Type
)

Parameters

.NET Framework Security

See Also

Reference

PropertyPageTypeConverterAttribute Class

PropertyPageTypeConverterAttribute Members

Microsoft.VisualStudio.Shell Namespace