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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.