LocalizableProperties.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.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Overridable Function GetConverter As TypeConverter
public virtual TypeConverter GetConverter()
public:
virtual TypeConverter^ GetConverter()
abstract GetConverter : unit -> TypeConverter 
override GetConverter : unit -> TypeConverter 
public function GetConverter() : TypeConverter

Return Value

Type: System.ComponentModel.TypeConverter

Implements

ICustomTypeDescriptor.GetConverter()

.NET Framework Security

See Also

Reference

LocalizableProperties Class

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