Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDataCollectorConfigurationConverter::Convert Method (Uri^, XmlElement^, Uri^, XmlElement^, XmlElement^)

 

Namespace:   Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

void Convert(
	Uri^ sourceCollectorUri,
	XmlElement^ sourceCollectorRunConfiguration,
	Uri^ targetCollectorUri,
	XmlElement^ targetCollectorDefaultConfiguration,
	[OutAttribute] XmlElement^% targetCollectorRunConfiguration
)

Parameters

sourceCollectorUri
Type: System::Uri^

sourceCollectorRunConfiguration
Type: System.Xml::XmlElement^

targetCollectorUri
Type: System::Uri^

targetCollectorDefaultConfiguration
Type: System.Xml::XmlElement^

targetCollectorRunConfiguration
Type: System.Xml::XmlElement^

Return to top
Show: