LaunchUriOrFileAction Class

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

'Declaration
Public Class LaunchUriOrFileAction
    Inherits TriggerAction(Of DependencyObject)
'Usage
Dim instance As LaunchUriOrFileAction
public class LaunchUriOrFileAction : TriggerAction<DependencyObject>
public ref class LaunchUriOrFileAction : public TriggerAction<DependencyObject^>
public class LaunchUriOrFileAction extends TriggerAction<DependencyObject>
public class LaunchUriOrFileAction extends TriggerAction<DependencyObject>

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

Reference

LaunchUriOrFileAction Members
Microsoft.Expression.Interactivity.Core Namespace