BaseNodeProperties.GetConverter Method
Gets the TypeConverter associated with this properties object.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Function GetConverter As TypeConverter
public TypeConverter GetConverter()
public:
virtual TypeConverter^ GetConverter() sealed
abstract GetConverter : unit -> TypeConverter
override GetConverter : unit -> TypeConverter
public final function GetConverter() : TypeConverter
Return Value
Type: System.ComponentModel.TypeConverter
The TypeConverter associated with this properties 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.