DesignerSerializationManager.IDesignerSerializationManager.GetType Method

Definition

Gets a type of the specified name.

 virtual Type ^ System.ComponentModel.Design.Serialization.IDesignerSerializationManager.GetType(System::String ^ typeName) = System::ComponentModel::Design::Serialization::IDesignerSerializationManager::GetType;
Type IDesignerSerializationManager.GetType (string typeName);
Type? IDesignerSerializationManager.GetType (string typeName);
abstract member System.ComponentModel.Design.Serialization.IDesignerSerializationManager.GetType : string -> Type
override this.System.ComponentModel.Design.Serialization.IDesignerSerializationManager.GetType : string -> Type
Function GetType (typeName As String) As Type Implements IDesignerSerializationManager.GetType

Parameters

typeName
String

The fully qualified name of the type to load.

Returns

An instance of the type, or null if the type cannot be loaded.

Implements

Exceptions

This property was accessed outside of a serialization session.

Applies to