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.

DataCollectorTypeUriAttribute Constructor (String^)

 

Creates an instance of the DataCollectorTypeUriAttribute class by using the provided string as the URI for the diagnostic data adapter.

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

public:
DataCollectorTypeUriAttribute(
	String^ typeUri
)

Parameters

typeUri
Type: System::String^

URI of the diagnostic data adapter type.

Return to top
Show: