Share via


DataCollectorConfigurationEditorAttribute(String) Constructor

Definition

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

public:
 DataCollectorConfigurationEditorAttribute(System::String ^ typeUri);
public DataCollectorConfigurationEditorAttribute (string typeUri);
new Microsoft.VisualStudio.TestTools.Execution.DataCollectorConfigurationEditorAttribute : string -> Microsoft.VisualStudio.TestTools.Execution.DataCollectorConfigurationEditorAttribute
Public Sub New (typeUri As String)

Parameters

typeUri
String

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

Applies to