Share via


PropertyPageTypeConverterAttribute.ConverterType Property

Gets the converter 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 ReadOnly Property ConverterType As Type
'Usage
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

.NET Framework Security

See Also

Reference

PropertyPageTypeConverterAttribute Class

PropertyPageTypeConverterAttribute Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace