SettingsWriteBatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A batch write of multiple settings. Call WriteSetting<T>(Setting<T>, T) to add write operations to the batch.
public sealed class SettingsWriteBatch
type SettingsWriteBatch = class
Public NotInheritable Class SettingsWriteBatch
- Inheritance
-
SettingsWriteBatch
Methods
WriteSetting(Setting+ObjectArray, IEnumerable<IArraySettingItemConvertible>) |
Adds a write operation to the batch to write an Setting.ObjectArray. |
WriteSetting<T>(Setting<T>, T) |
Adds a write operation to the batch. |
WriteSetting<T>(SettingIdentifier<T>, T) |
Adds a write operation to the batch. |