CompositionProjectedShadowCasterCollection.InsertAbove Method

Definition

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.

Applies to

See also