MediaRecorderCommandEventArgs, constructeur
Espace de noms : Microsoft.VisualStudio.TestTools.Execution
Assembly : Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntaxe
'Déclaration
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
)
Paramètres
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.