CompositionProjectedShadowCasterCollection.InsertAbove 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 collection above the specified item.
public:
virtual void InsertAbove(CompositionProjectedShadowCaster ^ newCaster, CompositionProjectedShadowCaster ^ reference) = InsertAbove;
void InsertAbove(CompositionProjectedShadowCaster const& newCaster, CompositionProjectedShadowCaster const& reference);
public void InsertAbove(CompositionProjectedShadowCaster newCaster, CompositionProjectedShadowCaster reference);
function insertAbove(newCaster, reference)
Public Sub InsertAbove (newCaster As CompositionProjectedShadowCaster, reference As CompositionProjectedShadowCaster)
Parameters
- newCaster
- CompositionProjectedShadowCaster
The CompositionProjectedShadowCaster to add to the collection.
- reference
- CompositionProjectedShadowCaster
The item to add newCaster above.