ICustomTypeDescriptor.GetConverter Method
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Private Function GetConverter As TypeConverter
Implements ICustomTypeDescriptor.GetConverter
'Usage
Dim instance As PropertyGroup
Dim returnValue As TypeConverter
returnValue = CType(instance, ICustomTypeDescriptor).GetConverter()
TypeConverter ICustomTypeDescriptor.GetConverter()
private:
virtual TypeConverter^ GetConverter() sealed = ICustomTypeDescriptor::GetConverter
private abstract GetConverter : unit -> TypeConverter
private override GetConverter : unit -> TypeConverter
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: System.ComponentModel..::..TypeConverter
Implements
ICustomTypeDescriptor..::..GetConverter() () () ()
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace