Proprietà MediaRecorderCommandEventArgs.Command
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.Execution.MediaRecorderCommand
Restituisce MediaRecorderCommand.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.