DataCollectorConfigurationEditorAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定测试框架应用于配置诊断数据适配器的配置编辑器。
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。 |