DataCollectorConfigurationEditorTypeUriAttribute(String) Constructor

Definition

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

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

Parameters

typeUri
String

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

Applies to