ConfigurationHelperService::GetSerializeAs Method (Type^)
Visual Studio 2015
Determines the default serialization mechanism to use for a given type,.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- type
-
Type:
System::Type^
The type that is requesting a serializer.
Return Value
Type: System.Configuration::SettingsSerializeAsIf this type has a TypeConverter that can convert to and from a string, then F:System.Configuration.SettingsSerializeAs.String, otherwise F:System.Configuration.SettingsSerializeAs.Xml.
The same mechanism is used in ApplicationSettingsBase.
Show: