CompositionInteractionSourceCollection.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 an interaction source to the collection.
public:
virtual void Add(ICompositionInteractionSource ^ value) = Add;
void Add(ICompositionInteractionSource const& value);
public void Add(ICompositionInteractionSource value);
function add(value)
Public Sub Add (value As ICompositionInteractionSource)
Parameters
The interaction source to add to the collection.