DelegatingConfigHost.GetConfigTypeName(Type) 方法

定义

返回表示配置对象的类型名称的字符串。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 virtual System::String ^ GetConfigTypeName(Type ^ t);
public virtual string GetConfigTypeName (Type t);
abstract member GetConfigTypeName : Type -> string
override this.GetConfigTypeName : Type -> string
Public Overridable Function GetConfigTypeName (t As Type) As String

参数

t
Type

Type 对象。

返回

表示配置对象的类型名称的字符串。

实现

适用于