Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the DataCollectorConfigurationEditorAttribute class by using the provided editor type.
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 DataCollectorConfigurationEditorAttribute(
string typeUri
)
public:
DataCollectorConfigurationEditorAttribute(
String^ typeUri
)
new :
typeUri:string -> DataCollectorConfigurationEditorAttribute
public function DataCollectorConfigurationEditorAttribute(
typeUri : String
)
Parameters
typeUri
Type: StringA uniform resource identifier (URI) that indicates the type of the editor that must derive from the IDataCollectorConfigurationEditor interface.
.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
DataCollectorConfigurationEditorAttribute Class