| GamePropertyCollectionRemove Method (IGamePropertyMetadata) |
Removes the property for the given metadata.
Namespace: DigitalRune.GameAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax public bool Remove(
IGamePropertyMetadata metadata
)
Public Function Remove (
metadata As IGamePropertyMetadata
) As Boolean
public:
bool Remove(
IGamePropertyMetadata^ metadata
)
member Remove :
metadata : IGamePropertyMetadata -> bool
Parameters
- metadata
- Type: DigitalRune.GameIGamePropertyMetadata
The metadata of the property.
Return Value
Type:
Boolean if the property was removed; otherwise,
if
the property was not found.
Exceptions See Also