UITestMediaEventInfo.ActionType Property
Gets or sets the media event type.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Property ActionType As MediaActionType
public MediaActionType ActionType { get; set; }
public:
property MediaActionType ActionType {
MediaActionType get ();
void set (MediaActionType value);
}
member ActionType : MediaActionType with get, set
function get ActionType () : MediaActionType
function set ActionType (value : MediaActionType)
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.MediaActionType
Returns MediaActionType.
.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.