SalNamedProperties
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.49 (4.9.0.0)
Collection of named properties for SAL controls. Keeps two hash maps in order to preserve the case of the original keys when serializing and deserializing but to be case-insensitive when searching or adding properties.
- C#
- VB.NET
public class SalNamedProperties : IList, ICollection, IEnumerable, IDictionary
Public Class SalNamedProperties
Inherits IList
Implements ICollection, IEnumerable, IDictionary
Constructors
SalNamedProperties()
Properties
Count
Item(key)
Keys
Values
Methods
Add(key, value)
| Parameter | Type | Description |
|---|---|---|
| key | String | |
| value | String |
Clear()
Contains(key)
| Parameter | Type | Description |
|---|---|---|
| key | String |
Returns: Boolean.
CopyTo(array, index)
| Parameter | Type | Description |
|---|---|---|
| array | Array | |
| index | Int32 |
GetEnumerator()
Returns: IEnumerator.
Put(key, value)
| Parameter | Type | Description |
|---|---|---|
| key | String | |
| value | String |
Remove(key)
| Parameter | Type | Description |
|---|---|---|
| key | String |