Share via


DataCollectorTypeUriAttribute Constructor

Creates an instance of the DataCollectorTypeUriAttribute class by using the provided string as the URI for the diagnostic data adapter.

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

Parameters

  • typeUri
    Type: System.String
    URI of the diagnostic data adapter type.

.NET Framework Security

See Also

Reference

DataCollectorTypeUriAttribute Class

Microsoft.VisualStudio.TestTools.Execution Namespace

Other Resources

How to: Create a Diagnostic Data Adapter