共用方式為


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。

適用於

另請參閱