MediaRecorderCommandEventArgs.Command-Eigenschaft

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public Property Command As MediaRecorderCommand
public MediaRecorderCommand Command { get; private set; }
public:
property MediaRecorderCommand Command {
    MediaRecorderCommand get ();
    private: void set (MediaRecorderCommand value);
}
member Command : MediaRecorderCommand with get, private set
function get Command () : MediaRecorderCommand
private function set Command (value : MediaRecorderCommand)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.Execution.MediaRecorderCommand
Gibt MediaRecorderCommand zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

MediaRecorderCommandEventArgs Klasse

Microsoft.VisualStudio.TestTools.Execution-Namespace