Share via


UITestMediaEventInfo Constructor (MediaActionType, Object)

Creates new instance of MediaEventInfo with the event type and event arguments.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public Sub New ( _
    actionType As MediaActionType, _
    value As Object _
)
public UITestMediaEventInfo(
    MediaActionType actionType,
    Object value
)
public:
UITestMediaEventInfo(
    MediaActionType actionType, 
    Object^ value
)
new : 
        actionType:MediaActionType * 
        value:Object -> UITestMediaEventInfo
public function UITestMediaEventInfo(
    actionType : MediaActionType, 
    value : Object
)

Parameters

  • value
    Type: Object

    Value of action.

.NET Framework Security

See Also

Reference

UITestMediaEventInfo Class

UITestMediaEventInfo Overload

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace