GanttViewLocalizeExtension Constructor(String)
In This Topic
Initializes a new instance of the
GanttViewLocalizeExtension class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public GanttViewLocalizeExtension(
string
)
Parameters
- key
- The System.String value determining resource key. Three types are supported: - "Key" - "Dictinary:Key" - "Assembly:Dictionary:Key
See Also