[This is preliminary documentation and is subject to change.]
Used in places where name-value collections are needed
| C# | Visual Basic | Visual C++ |
public interface IPropertyCollection
Public Interface IPropertyCollection
public interface class IPropertyCollection
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Contains(String) |
Determines if the collection contains a property with the specified key
| |
| Count |
Returns the count of all settings defined in this collection
| |
| Item[([String])] |
Gets or Sets the property with the specified key
| |
| Keys |
Returns a collection of all Keys defined in the current collection
|