CompositionProjectedShadowReceiverUnorderedCollection.Remove 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 the specified CompositionProjectedShadowReceiver from the collection.
public:
virtual void Remove(CompositionProjectedShadowReceiver ^ value) = Remove;
void Remove(CompositionProjectedShadowReceiver const& value);
public void Remove(CompositionProjectedShadowReceiver value);
function remove(value)
Public Sub Remove (value As CompositionProjectedShadowReceiver)
Parameters
The CompositionProjectedShadowReceiver to remove from the collection.