Sdílet prostřednictvím


DataCollectionLogger.SendData – metoda (CustomNotificationEventArgs, CustomCollectorData)

Obor názvů:  Microsoft.VisualStudio.TestTools.Execution
Sestavení:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataCollectionLogger Třída

SendData – přetížení

Microsoft.VisualStudio.TestTools.Execution – obor názvů