次の方法で共有


IInternalConfigHost.GetConfigTypeName(Type) メソッド

定義

構成の型を表す Type オブジェクトの型名を表す文字列を返します。

public:
 System::String ^ GetConfigTypeName(Type ^ t);
public string GetConfigTypeName (Type t);
abstract member GetConfigTypeName : Type -> string
Public Function GetConfigTypeName (t As Type) As String

パラメーター

t
Type

Type オブジェクト。

戻り値

構成の型を表す Type オブジェクトの型名を表す文字列。

適用対象