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