Share via


DataCollectorTypeUriAttribute(String) Constructor

Definition

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

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

Parameters

typeUri
String

URI of the diagnostic data adapter type.

Applies to