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)
Syntax
'Declaration
Public Sub New ( _
    typeUri As String _
)
public DataCollectorConfigurationEditorAttribute(
    string typeUri
)
public:
DataCollectorConfigurationEditorAttribute(
    String^ typeUri
)
new : 
        typeUri:string -> DataCollectorConfigurationEditorAttribute
public function DataCollectorConfigurationEditorAttribute(
    typeUri : String
)
Parameters
- typeUri 
 Type: String- A uniform resource identifier (URI) that indicates the type of the editor that must derive from the IDataCollectorConfigurationEditor interface. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataCollectorConfigurationEditorAttribute Class