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 对象中表示类型名称的字符串。

适用于