CompositionProjectedShadowCasterCollection.InsertAtTop 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 top of the collection.
public:
virtual void InsertAtTop(CompositionProjectedShadowCaster ^ newCaster) = InsertAtTop;
void InsertAtTop(CompositionProjectedShadowCaster const& newCaster);
public void InsertAtTop(CompositionProjectedShadowCaster newCaster);
function insertAtTop(newCaster)
Public Sub InsertAtTop (newCaster As CompositionProjectedShadowCaster)
Parameters
- newCaster
- CompositionProjectedShadowCaster
The CompositionProjectedShadowCaster to add to the collection.