Menu
An action that will launch a process to open a file or Uri. For files, this action will launch the default program for the given file extension. A Uri will open in a web browser.


Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

Inheritance Hierarchy

System.Object
�� System.Windows.Threading.DispatcherObject
���� System.Windows.DependencyObject
������ System.Windows.Freezable
�������� System.Windows.Media.Animation.Animatable
���������� System.Windows.Interactivity.TriggerAction
������������ System.Windows.Interactivity.TriggerAction
��������������Microsoft.Expression.Interactivity.Core.LaunchUriOrFileAction

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also