Partager via


DataCollectionLogger.SendData, méthode (CustomNotificationEventArgs, CustomCollectorData)

Espace de noms :  Microsoft.VisualStudio.TestTools.Execution
Assembly :  Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

DataCollectionLogger Classe

SendData, surcharge

Microsoft.VisualStudio.TestTools.Execution, espace de noms