Share via


PropertyGroup.ICustomTypeDescriptor.GetConverter Method

This class and its members are reserved for internal use and are not intended to be used in your code.

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

Syntax

'Declaration
Private Function GetConverter As TypeConverter
    Implements ICustomTypeDescriptor.GetConverter
TypeConverter ICustomTypeDescriptor.GetConverter()
private:
virtual TypeConverter^ GetConverter() sealed = ICustomTypeDescriptor::GetConverter
private abstract GetConverter : unit -> TypeConverter 
private override GetConverter : unit -> TypeConverter 
JScript does not support explicit interface implementations.

Return Value

Type: System.ComponentModel.TypeConverter

Implements

ICustomTypeDescriptor.GetConverter()

.NET Framework Security

See Also

Reference

PropertyGroup Class

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace