Partilhar via


Construtor MediaRecorderCommandEventArgs

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

Sintaxe

'Declaração
Public Sub New ( _
    context As DataCollectionContext, _
    command As MediaRecorderCommand _
)
public MediaRecorderCommandEventArgs(
    DataCollectionContext context,
    MediaRecorderCommand command
)
public:
MediaRecorderCommandEventArgs(
    DataCollectionContext^ context, 
    MediaRecorderCommand command
)
new : 
        context:DataCollectionContext * 
        command:MediaRecorderCommand -> MediaRecorderCommandEventArgs
public function MediaRecorderCommandEventArgs(
    context : DataCollectionContext, 
    command : MediaRecorderCommand
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

MediaRecorderCommandEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.Execution