LocalizableProperties.GetConverter Method
Returns a type converter for this object.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overridable Function GetConverter As TypeConverter
'Usage
Dim instance As LocalizableProperties
Dim returnValue As TypeConverter
returnValue = instance.GetConverter()
public virtual TypeConverter GetConverter()
public:
virtual TypeConverter^ GetConverter()
public function GetConverter() : TypeConverter
abstract GetConverter : unit -> TypeConverter
override GetConverter : unit -> TypeConverter
Return Value
Type: System.ComponentModel.TypeConverter
Implements
ICustomTypeDescriptor.GetConverter()
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace