Class WindowsRegistryValueCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of WindowsRegistryValue objects.
public class WindowsRegistryValueCollection : Collection<WindowsRegistryValue>, IList<WindowsRegistryValue>, ICollection<WindowsRegistryValue>, IList, ICollection, IReadOnlyList<WindowsRegistryValue>, IReadOnlyCollection<WindowsRegistryValue>, IEnumerable<WindowsRegistryValue>, IEnumerable
- Inheritance
-
WindowsRegistryValueCollection
- Implements
- Inherited Members
Constructors
WindowsRegistryValueCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsRegistryValueCollection class.
public WindowsRegistryValueCollection()
Methods
FindByDisplayName(string)
Returns the CENTREL.XIA.Configuration.Types.WindowsRegistryValue with the specified display name, or null if no registry value with that name is found.
public WindowsRegistryValue FindByDisplayName(string displayName)
Parameters
displayName
stringThe unique display name of the CENTREL.XIA.Configuration.Types.WindowsRegistryValue to locate.
Returns
- WindowsRegistryValue
The CENTREL.XIA.Configuration.Types.WindowsRegistryValue with the specified display name.
Sort()
Sorts the values in the collection.
public void Sort()