Freigeben über


MediaAction.ActionType-Eigenschaft

Ruft den Aktionstyp ab oder legt diesen fest.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.MediaActionType
Gibt MediaActionType zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

MediaAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace