CompositionProjectedShadowCasterCollection.InsertAtTop 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 en haut de la collection.
public:
virtual void InsertAtTop(CompositionProjectedShadowCaster ^ newCaster) = InsertAtTop;
void InsertAtTop(CompositionProjectedShadowCaster const& newCaster);
public void InsertAtTop(CompositionProjectedShadowCaster newCaster);
function insertAtTop(newCaster)
Public Sub InsertAtTop (newCaster As CompositionProjectedShadowCaster)
Paramètres
- newCaster
- CompositionProjectedShadowCaster
CompositionProjectedShadowCaster à ajouter à la collection.