IDesignerSerializationManager.GetType(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.
Gets a type of the specified name.
public:
Type ^ GetType(System::String ^ typeName);
public Type GetType (string typeName);
public Type? GetType (string typeName);
abstract member GetType : string -> Type
Public Function GetType (typeName As String) As Type
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.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.