Método DataCollectionLogger.SendData (CustomNotificationEventArgs, CustomCollectorData)
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- matchingEventArgs
Tipo: Microsoft.VisualStudio.TestTools.Execution.CustomNotificationEventArgs
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.