DesignerSerializationManager.GetType(String) メソッド

定義

要求された型を取得します。

protected:
 virtual Type ^ GetType(System::String ^ typeName);
protected virtual Type GetType (string typeName);
protected virtual Type? GetType (string? typeName);
override this.GetType : string -> Type
Protected Overridable Function GetType (typeName As String) As Type

パラメーター

typeName
String

取得する型の名前。

戻り値

要求された型。型を解決できない場合は null

注釈

メソッドは GetType サービス プロバイダー ITypeResolutionService で を検索し、使用可能な場合は、そのサービスに委任して型を解決します。 ITypeResolutionServiceが使用できない場合は、 GetType メソッドがObject.GetType呼び出されます。

適用対象