DataPackagePropertySet.Clear Method
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.
Removes all items from the property set.
public:
virtual void Clear() = IMap<Platform::String ^, Platform::Object ^>::Clear;
void Clear();
public void Clear();
function clear()
Public Sub Clear ()
Implements
Remarks
Use this method in situations where you want to remove all of the properties in a DataPackagePropertySet at the same time.