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
- 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