Share via


UITestMediaEventInfo Constructors

Definition

Overloads

UITestMediaEventInfo()

Creates new instance of MediaEventInfo.

UITestMediaEventInfo(MediaActionType, Object)

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

UITestMediaEventInfo()

Creates new instance of MediaEventInfo.

public:
 UITestMediaEventInfo();
public UITestMediaEventInfo ();
Public Sub New ()

Applies to

UITestMediaEventInfo(MediaActionType, Object)

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

public:
 UITestMediaEventInfo(Microsoft::VisualStudio::TestTools::UITest::Extension::MediaActionType actionType, System::Object ^ value);
public UITestMediaEventInfo (Microsoft.VisualStudio.TestTools.UITest.Extension.MediaActionType actionType, object value);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestMediaEventInfo : Microsoft.VisualStudio.TestTools.UITest.Extension.MediaActionType * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestMediaEventInfo
Public Sub New (actionType As MediaActionType, value As Object)

Parameters

actionType
MediaActionType

Type of media action.

value
Object

Value of action.

Applies to