CompositionProjectedShadowCasterCollection.Remove 方法

定义

从集合中删除指定的 CompositionProjectedShadowCaster。

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)

参数

caster
CompositionProjectedShadowCaster

要从集合中删除的 CompositionProjectedShadowCaster。

适用于

另请参阅