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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.