指定した型を使用して、PropertyPageTypeConverterAttribute クラスの新しいインスタンスを初期化します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
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
)
パラメータ
- t
型 : System.Type
変換先の型を指定します。
参照
参照
PropertyPageTypeConverterAttribute クラス