IArraySettingItemConvertible Interface
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.
Utility interface that allows creating types that can be converted to and from ArraySettingItem to simplify reading and writing Setting.ObjectArray settings.
public interface IArraySettingItemConvertible
type IArraySettingItemConvertible = interface
Public Interface IArraySettingItemConvertible
Methods
ReadArraySettingItem(ArraySettingItem) |
Reads an ArraySettingItem and updates this instance of IArraySettingItemConvertible with the provided value. |
WriteArraySettingItem() |
Converts this instance of IArraySettingItemConvertible into the corresponding ArraySettingItem. |