Share via


DataCollectorConfigurationEditorAttribute Class

Definition

Specifies the configuration editor that the testing framework should use to configure the diagnostic data adapter.

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
Inheritance
DataCollectorConfigurationEditorAttribute
Attributes

Constructors

Name Description
DataCollectorConfigurationEditorAttribute(String)

Initializes a new instance of the DataCollectorConfigurationEditorAttribute class by using the provided editor type.

Properties

Name Description
HelpUri

Gets or sets the URI for the help content for the configuration editor.

TypeUri

Gets a URI that indicates the type of the editor.

Applies to