DataCollectorConfigurationEditorAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.