Share via


CompositionInteractionSourceCollection.Remove Method

Definition

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

value
ICompositionInteractionSource

The interaction source to remove from the collection.

Applies to