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
actionType
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.MediaActionTypeType of media action.
value
Type: ObjectValue of action.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.