ExtensibilityDiagnosticConfiguration Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ExtensibilityDiagnosticConfiguration class.
public ExtensibilityDiagnosticConfiguration (string featureArea, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticsProperty> metadataProperties);
new Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticConfiguration : string * seq<Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticsProperty> -> Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticConfiguration
Public Sub New (featureArea As String, metadataProperties As IEnumerable(Of ExtensibilityDiagnosticsProperty))
Parameters
- featureArea
- String
The name of the feature area.
- metadataProperties
- IEnumerable<ExtensibilityDiagnosticsProperty>
The name of the metadata properties related to the component. This will be displayed in the UI in the order that they appear in the list. Do not include an identifier in this list.