Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Retrieves a type converter for the current browse object.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Dichiarazione
Public Overridable Function GetConverter As TypeConverter
public virtual TypeConverter GetConverter()
public:
virtual TypeConverter^ GetConverter()
abstract GetConverter : unit -> TypeConverter
override GetConverter : unit -> TypeConverter
public function GetConverter() : TypeConverter
Return Value
Type: System.ComponentModel.TypeConverter
Returns a TypeConverter for the current browse object.
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.