Gets the type converter.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function GetConverter As TypeConverter
'使用
Dim instance As LocalizableProperties
Dim returnValue As TypeConverter
returnValue = instance.GetConverter()
public virtual TypeConverter GetConverter()
public:
virtual TypeConverter^ GetConverter()
public function GetConverter() : TypeConverter
Return Value
Type: System.ComponentModel.TypeConverter
Implements
ICustomTypeDescriptor.GetConverter()
Remarks
This method calls GetConverter.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.