PropertyBag.ModifiedKeys Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).