CompositionProjectedShadowCasterCollection.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 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
The CompositionProjectedShadowCaster to remove from the collection.