다음을 통해 공유


DataCollectionLogger.SendData 메서드 (CustomNotificationEventArgs, CustomCollectorData)

네임스페이스:  Microsoft.VisualStudio.TestTools.Execution
어셈블리:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

구문

‘선언
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
)

매개 변수

.NET Framework 보안

참고 항목

참조

DataCollectionLogger 클래스

SendData 오버로드

Microsoft.VisualStudio.TestTools.Execution 네임스페이스