Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an instance of MediaAction for a UITechnologyElement with specified media event.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public MediaAction(
UITechnologyElement element,
UITestMediaEventInfo eventArgs
)
public:
MediaAction(
UITechnologyElement^ element,
UITestMediaEventInfo^ eventArgs
)
new :
element:UITechnologyElement *
eventArgs:UITestMediaEventInfo -> MediaAction
Public Sub New (
element As UITechnologyElement,
eventArgs As UITestMediaEventInfo
)
Parameters
element
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElementElement on which MediaAction was done.
See Also
MediaAction Overload
MediaAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top