IInternalConfigHost.GetConfigTypeName(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从表示配置类型的 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
参数
返回
表示配置类型的 Type 对象中表示类型名称的字符串。
适用于