Setting.ObjectArray.ItemProperties Property
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.
Gets the list of ArraySettingItemProperty of the objects in this array.
[System.Runtime.Serialization.IgnoreDataMember]
public Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemProperty[] ItemProperties { get; }
[<System.Runtime.Serialization.IgnoreDataMember>]
member this.ItemProperties : Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemProperty[]
Public ReadOnly Property ItemProperties As ArraySettingItemProperty()
Property Value
- Attributes