Share via


LocalizableProperties.GetConverter Method

Namespace:  Microsoft.Data.Schema.Sql.Common.UI.PropertyGridUtilities
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Function GetConverter As TypeConverter
'Usage
Dim instance As LocalizableProperties 
Dim returnValue As TypeConverter 

returnValue = instance.GetConverter()
public TypeConverter GetConverter()
public:
virtual TypeConverter^ GetConverter() sealed
public final function GetConverter() : TypeConverter

Return Value

Type: System.ComponentModel.TypeConverter

Implements

ICustomTypeDescriptor.GetConverter()

.NET Framework Security

See Also

Reference

LocalizableProperties Class

LocalizableProperties Members

Microsoft.Data.Schema.Sql.Common.UI.PropertyGridUtilities Namespace