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: StringURI of the diagnostic data adapter type.
.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
DataCollectorTypeUriAttribute Class
Microsoft.VisualStudio.TestTools.Execution Namespace