DesignerSerializationManager.IDesignerSerializationManager.GetType 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.