ConverterType Property

Gets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public ReadOnly Property ConverterType As Type
    Get
'Usage
Dim instance As PropertyPageTypeConverterAttribute
Dim value As Type

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

Property Value

Type: System..::..Type

See Also

Reference

PropertyPageTypeConverterAttribute Class

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace