| FileItemGetConverter Method |
Returns a type converter for this instance of a component.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public TypeConverter GetConverter()
Public Function GetConverter As TypeConverter
public:
virtual TypeConverter^ GetConverter() sealed
abstract GetConverter : unit -> TypeConverter
override GetConverter : unit -> TypeConverter
Return Value
Type:
TypeConverterA
TypeConverter that is the converter for this object, or null if there is no
TypeConverter for this object.
Implements
ICustomTypeDescriptorGetConverterSee Also