[This is preliminary documentation and is subject to change.]

Add a property to the cache to make it possible to subscribe it even though the cache has not received the contents of the parent container yet. The cache is expected to overwrite the property type with the actual values once it receives them. Note that the cache is not expected to actually subscribe to updates from this property - as there is no corresponding unsubscribe.

Namespace: Spielwerke.Data
Assembly:  Spielwerke.Data (in Spielwerke.Data.dll)
Version: 1.0.2761.41972

Syntax

C#
PropertyDescriptor ForceAdd(
	string propertyName
)
Visual Basic (Declaration)
Function ForceAdd ( _
	propertyName As String _
) As PropertyDescriptor
Visual C++
PropertyDescriptor^ ForceAdd (
	String^ propertyName
)

Parameters

propertyName
String
The name of the property.

Return Value

the added PropertyDescirptor, if the add was successful. Otherwise null.

See Also

IPropertyCache Interface
Spielwerke.Data Namespace