Share via


CompositionProjectedShadowCasterCollection.Remove Method

Definition

Removes the specified CompositionProjectedShadowCaster from the collection.

public:
 virtual void Remove(CompositionProjectedShadowCaster ^ caster) = Remove;
void Remove(CompositionProjectedShadowCaster const& caster);
public void Remove(CompositionProjectedShadowCaster caster);
function remove(caster)
Public Sub Remove (caster As CompositionProjectedShadowCaster)

Parameters

caster
CompositionProjectedShadowCaster

The CompositionProjectedShadowCaster to remove from the collection.

Applies to

See also