Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
UITestMediaEventInfo(
	MediaActionType actionType,
	Object^ value
)

Parameters

actionType
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::MediaActionType

Type of media action.

value
Type: System::Object^

Value of action.

Return to top
Show: