DataPackagePropertySet.Clear Method

Definition

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.

Applies to