Share via


CompositionProjectedShadowCasterCollection.InsertBelow Method

Definition

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.

Applies to

See also