Share via


MSPropShell.RemoveAllObjects

Windows Media Encoder SDK banner art

The RemoveAllObjects method removes all WMEncoder objects from the MSPropShell control.

Syntax

void MSPropShell.RemoveAllobjects();

Parameters

This method takes no parameters.

Return Values

This method does not return a value.

Remarks

To delete a single WMEncoder object, you must remove all instances and use MSPropShell.AddObject to add back only those you want to retain. Before calling AddObject, set MSPropShell.AutoRefresh to false and afterward, if you want, reset it to true.

Requirements

Reference: Microsoft PropShell Control 1.0

Namespace: MSPropShellLib

Assembly: Interop.MSPropShellLib.dll

Library: mspshell.dll

See Also