PropertyPageTypeConverterAttribute.ConverterType Property

Gets the type of the type converter. Obsolete. Use PropertyPageTypeConverterAttribute instead.

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

Syntax

'宣言
Public ReadOnly Property ConverterType As Type
'使用
Dim instance As PropertyPageTypeConverterAttribute
Dim value As Type

value = instance.ConverterType
public Type ConverterType { get; }
public:
property Type^ ConverterType {
    Type^ get ();
}
public function get ConverterType () : Type

Property Value

Type: System.Type

Type.

Permissions

See Also

Reference

PropertyPageTypeConverterAttribute Class

PropertyPageTypeConverterAttribute Members

Microsoft.VisualStudio.Package Namespace