UserSettingConfiguration.ElementList 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.
Caution
This property is obsolete. Please use Properties dictionary instead.
Gets the list of all elements available in this user setting configuration group.
public:
property System::Collections::Specialized::StringDictionary ^ ElementList { System::Collections::Specialized::StringDictionary ^ get(); };
[System.Obsolete("This property is obsolete. Please use Properties dictionary instead.")]
public System.Collections.Specialized.StringDictionary ElementList { get; }
member this.ElementList : System.Collections.Specialized.StringDictionary
Public ReadOnly Property ElementList As StringDictionary
Property Value
- Attributes