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