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