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: StringURI of the data collector configuration editor. Cannot be nulla null reference (Nothing in Visual Basic).
.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
DataCollectorConfigurationEditorTypeUriAttribute Class
Microsoft.VisualStudio.TestTools.Execution Namespace