UITestMediaEventInfo Constructors
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.
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.