InteractionTracker.InteractionSources Property

Definition

A collection of objects that generate interactions.

public:
 property CompositionInteractionSourceCollection ^ InteractionSources { CompositionInteractionSourceCollection ^ get(); };
CompositionInteractionSourceCollection InteractionSources();
public CompositionInteractionSourceCollection InteractionSources { get; }
var compositionInteractionSourceCollection = interactionTracker.interactionSources;
Public ReadOnly Property InteractionSources As CompositionInteractionSourceCollection

Property Value

A collection of objects that generate interactions.

Applies to