CompositionProjectedShadowCasterCollection.InsertAtBottom 方法

定义

将 CompositionProjectedShadowCaster 添加到集合的底部。

public:
 virtual void InsertAtBottom(CompositionProjectedShadowCaster ^ newCaster) = InsertAtBottom;
void InsertAtBottom(CompositionProjectedShadowCaster const& newCaster);
public void InsertAtBottom(CompositionProjectedShadowCaster newCaster);
function insertAtBottom(newCaster)
Public Sub InsertAtBottom (newCaster As CompositionProjectedShadowCaster)

参数

newCaster
CompositionProjectedShadowCaster

要添加到集合中的 CompositionProjectedShadowCaster。

适用于

另请参阅