DesignPropertyDescriptor.GetTypeFromNameProperty(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Convert name to a Type object.
public:
virtual Type ^ GetTypeFromNameProperty(System::String ^ typeName);
public:
virtual Platform::Type ^ GetTypeFromNameProperty(Platform::String ^ typeName);
public virtual Type GetTypeFromNameProperty (string typeName);
abstract member GetTypeFromNameProperty : string -> Type
override this.GetTypeFromNameProperty : string -> Type
Public Overridable Function GetTypeFromNameProperty (typeName As String) As Type
Parameters
- typeName
- String
The name of the type.
Returns
Type.