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.

DataCollectorConfigurationEditorTypeUriAttribute Constructor (String^)

 

Initializes an instance of the DataCollectorConfigurationEditorTypeUriAttribute by using the provided URI for the type of the diagnostic data adapter configuration editor.

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

public:
DataCollectorConfigurationEditorTypeUriAttribute(
	String^ typeUri
)

Parameters

typeUri
Type: System::String^

URI of the data collector configuration editor. Cannot be null.

Return to top
Show: