IArraySettingItemConvertible.ReadArraySettingItem(ArraySettingItem) Method
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.
Reads an ArraySettingItem and updates this instance of IArraySettingItemConvertible with the provided value.
public void ReadArraySettingItem (Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItem value);
abstract member ReadArraySettingItem : Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItem -> unit
Public Sub ReadArraySettingItem (value As ArraySettingItem)
Parameters
- value
- ArraySettingItem
The value of the setting.