Converts assignment content and resource images to display entries.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
| C# |
|---|
public Object Convert( Object[] values, Type targetType, Object parameter, CultureInfo culture ) |
| Visual Basic (Declaration) |
|---|
Public Function Convert ( _ values As Object(), _ targetType As Type, _ parameter As Object, _ culture As CultureInfo _ ) As Object |
Parameters
- values
- Type: array<
System..::.Object
>[]()[]
- targetType
- Type: System..::.Type
- parameter
- Type: System..::.Object
- culture
- Type: System.Globalization..::.CultureInfo