Share via


MediaRecorderCommandEventArgs Constructor

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

Syntax

'Declaration
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
)

Parameters

.NET Framework Security

See Also

Reference

MediaRecorderCommandEventArgs Class

Microsoft.VisualStudio.TestTools.Execution Namespace