Metodo DataCollectionLogger.SendData (CustomNotificationEventArgs, CustomCollectorData)
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintassi
'Dichiarazione
Public Overridable Sub SendData ( _
matchingEventArgs As CustomNotificationEventArgs, _
data As CustomCollectorData _
)
public virtual void SendData(
CustomNotificationEventArgs matchingEventArgs,
CustomCollectorData data
)
public:
virtual void SendData(
CustomNotificationEventArgs^ matchingEventArgs,
CustomCollectorData^ data
)
abstract SendData :
matchingEventArgs:CustomNotificationEventArgs *
data:CustomCollectorData -> unit
override SendData :
matchingEventArgs:CustomNotificationEventArgs *
data:CustomCollectorData -> unit
public function SendData(
matchingEventArgs : CustomNotificationEventArgs,
data : CustomCollectorData
)
Parametri
- matchingEventArgs
Tipo: Microsoft.VisualStudio.TestTools.Execution.CustomNotificationEventArgs
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.