The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Configuration::AssemblyStringTransformer Property
.NET Framework (current version)
Specifies a function delegate that is used to transform assembly strings in configuration files.
Assembly: System.Configuration (in System.Configuration.dll)
public: property Func<String^, String^>^ AssemblyStringTransformer { Func<String^, String^>^ get(); [ConfigurationPermissionAttribute(SecurityAction::Demand, Unrestricted = true)] void set(Func<String^, String^>^ value); }
Property Value
Type: System::Func<String^, String^>^A delegate that transforms type strings. The default value is null.
This property enables a consumer of the .NET Framework configuration system to set a function delegate that is used to transform assembly strings found in configuration files. Visual Studio 2010 uses this property when a project is targeted for an earlier version of the .NET Framework. The function makes sure that assembly strings are formatted correctly for the targeted version of the .NET Framework when configuration files are updated.
.NET Framework
Available since 4.0
Available since 4.0
Show: