共用方式為


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。

適用於

另請參閱