CompositionProjectedShadowCasterCollection.InsertAtBottom 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.
Adds a CompositionProjectedShadowCaster to the bottom of the collection.
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)
Parameters
- newCaster
- CompositionProjectedShadowCaster
The CompositionProjectedShadowCaster to add to the collection.