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
- t
Type: System.Type
Specifies the type to convert
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PropertyPageTypeConverterAttribute Class
PropertyPageTypeConverterAttribute Members
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace