DataCollectorConfigurationEditorTypeUriAttribute Constructor

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

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 DataCollectorConfigurationEditorTypeUriAttribute(
    string typeUri
)
public:
DataCollectorConfigurationEditorTypeUriAttribute(
    String^ typeUri
)
new : 
        typeUri:string -> DataCollectorConfigurationEditorTypeUriAttribute
public function DataCollectorConfigurationEditorTypeUriAttribute(
    typeUri : String
)

Parameters

  • typeUri
    Type: System.String
    URI of the data collector configuration editor. Cannot be nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

DataCollectorConfigurationEditorTypeUriAttribute Class

Microsoft.VisualStudio.TestTools.Execution Namespace

Other Resources

How to: Create a Diagnostic Data Adapter