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.

DataCollectorConfigurationEditorAttribute Constructor (String^)

 

Initializes a new instance of the DataCollectorConfigurationEditorAttribute class by using the provided editor type.

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

public:
DataCollectorConfigurationEditorAttribute(
	String^ typeUri
)

Parameters

typeUri
Type: System::String^

A uniform resource identifier (URI) that indicates the type of the editor that must derive from the IDataCollectorConfigurationEditor interface.

Return to top
Show: