| Visual Basic (Declaration) | |
|---|---|
Public Function GetDesignerForCustomTypeName( _ ByVal customTypeName As String _ ) As Type | |
| C# | |
|---|---|
public Type GetDesignerForCustomTypeName( string customTypeName ) | |
Parameters
- customTypeName
- The value of Type for which a configured designer is sought for.