InteractionTracker.InteractionSources Property
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.
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.