DataSource.ICustomTypeDescriptor.GetConverter Method
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Private Function GetConverter As TypeConverter
Implements ICustomTypeDescriptor.GetConverter
'Utilisation
Dim instance As DataSource
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 does not support explicit interface implementations.
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.