CompositionProjectedShadowReceiverUnorderedCollection.Add 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 the specified CompositionProjectedShadowReceiver to the collection.
public:
virtual void Add(CompositionProjectedShadowReceiver ^ value) = Add;
void Add(CompositionProjectedShadowReceiver const& value);
public void Add(CompositionProjectedShadowReceiver value);
function add(value)
Public Sub Add (value As CompositionProjectedShadowReceiver)
Parameters
The item to add to the collection.