CollectionContainer::ShouldSerializeCollection Method ()
.NET Framework (current version)
Indicates whether the Collection property should be persisted.
Assembly: PresentationFramework (in PresentationFramework.dll)
Return Value
Type: System::Booleantrue if the property value has changed from its default; otherwise, false.
This ShouldSerialize method is provided because the Collection property does not have a simple default value. This method indicates whether the property has changed from its default value. You typically invoke this method if you are either developing a designer for the CollectionContainer or developing your own control incorporating the CollectionContainer.
.NET Framework
Available since 3.0
Available since 3.0
Show: