SimpleTypeResolver.ResolveTypeId(Type) メソッド

定義

指定した Typeのアセンブリ修飾名を返します。

public:
 override System::String ^ ResolveTypeId(Type ^ type);
public override string ResolveTypeId(Type type);
override this.ResolveTypeId : Type -> string
Public Overrides Function ResolveTypeId (type As Type) As String

パラメーター

type
Type

解決する型。

返品

指定した型のアセンブリ修飾名を含む文字列。

例外

typenullです。

適用対象

こちらもご覧ください