[This is preliminary documentation and is subject to change.]
Syntax
| C# |
|---|
public interface IMutablePropertyContainer |
| Visual Basic (Declaration) |
|---|
Public Interface IMutablePropertyContainer |
| Visual C++ |
|---|
public interface class IMutablePropertyContainer |
The type exposes the following methods.
Public Methods
| Name | Description | |
|---|---|---|
| Add |
Add a new property to the container.
| |
| AddContainerChanged |
Register a callback if a container changes. This is similar to
PropertyDescriptor.AddValueChanged - but the crucial difference is that
the event is fired if the list of properties changes.
(Inherited from IMutablePropertyContainerRead.) | |
| Clear |
Clear out all properties from the container.
| |
| Insert |
Insert a new property to the container.
| |
| RemoveAt |
Remove the property with the given index.
| |
| RemoveContainerChanged |
Remove the callback for changes to a container.
(Inherited from IMutablePropertyContainerRead.) |
See Also
Spielwerke.Data Namespace