DataCollectorConfigurationEditorAttribute 类

定义

指定测试框架应用于配置诊断数据适配器的配置编辑器。

public ref class DataCollectorConfigurationEditorAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public sealed class DataCollectorConfigurationEditorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
type DataCollectorConfigurationEditorAttribute = class
    inherit Attribute
Public NotInheritable Class DataCollectorConfigurationEditorAttribute
Inherits Attribute
继承
DataCollectorConfigurationEditorAttribute
属性

构造函数

DataCollectorConfigurationEditorAttribute(String)

DataCollectorConfigurationEditorAttribute使用提供的编辑器类型初始化类的新实例。

属性

HelpUri

获取或设置配置编辑器的帮助内容的 URI。

TypeUri

获取指示编辑器类型的 URI。

适用于