CompositionProjectedShadowCasterCollection.InsertBelow Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un Objet CompositionProjectedShadowCaster à la collection située sous l’élément spécifié.
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)
Paramètres
- newCaster
- CompositionProjectedShadowCaster
CompositionProjectedShadowCaster à ajouter à la collection.
- reference
- CompositionProjectedShadowCaster
Élément à ajouter newCaster ci-dessous.