ActivityCodeDomSerializationManager.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:
virtual Type ^ GetType(System::String ^ typeName);
public Type GetType (string typeName);
override this.GetType : string -> Type
Public Function GetType (typeName As String) As Type
Parameters
Returns
An instance of the Type, or a null reference (Nothing
in Visual Basic) if the Type cannot be loaded.
Implements
Remarks
This version of GetType provides an indirect reference to the SerializationManager property of the same name.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.