PropertyBag.ModifiedKeys Property

Definition

Gets the collection of keys that have been modified since the bag was cloned.

public:
 property System::Collections::ICollection ^ ModifiedKeys { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection ModifiedKeys { get; }
member this.ModifiedKeys : System.Collections.ICollection
Public ReadOnly Property ModifiedKeys As ICollection

Property Value

An ICollection interface that contains the keys that have been modified since the bag was cloned.

Remarks

An InvalidOperationException is thrown if the PropertyBag() parameterless constructor was used to create the collection (state tracking is not enabled).

Applies to