System.Configuration.ConfigurationElement.GetTransformedTypeString 方法
上一篇:System.Configuration.AppSettingsSection.GetTransformedAssemblyString 方法
下一篇:System.Configuration.AppSettingsSection.Init 方法
方法描述
返回指定类型名称的转换版本。
语法定义(C# System.Configuration.ConfigurationElement.GetTransformedTypeString 方法 的用法)
protected virtual string GetTransformedTypeString( string typeName )
参数/返回值
参数值/返回值 | 参数类型/返回类型 | 参数描述/返回描述 |
---|---|---|
typeName | System-String | 类型名称。 |
返回值 | System.String | 指定类型名称的转换版本。 如果没有可用的转换器,则返回的 typeName 参数值保持不变。 如果没有可用的转换器,则 TypeStringTransformer 属性为 null。 |
提示和注释
SerializeElement 方法和 SerializeToXmlElement 方法调用此方法,在当较早版本的 .NET Framework 为目标时用于转换类型名称。
System.Configuration.ConfigurationElement.GetTransformedTypeString 方法例子
版本信息
.NET Framework 受以下版本支持:4 .NET Framework Client Profile 受以下版本支持:4
适用平台
Windows 7, Windows Vista SP1 或更高版本, Windows XP SP3, Windows Server 2008(不支持服务器核心), Windows Server 2008 R2(支持 SP1 或更高版本的服务器核心), Windows Server 2003 SP2 .NET Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
上一篇:System.Configuration.AppSettingsSection.GetTransformedAssemblyString 方法
下一篇:System.Configuration.AppSettingsSection.Init 方法