ExtensibilityDiagnosticMessageMetadata(String, String) 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 ExtensibilityDiagnosticMessageMetadata class.
public ExtensibilityDiagnosticMessageMetadata (string featureArea, string message);
new Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticMessageMetadata : string * string -> Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticMessageMetadata
Public Sub New (featureArea As String, message As String)
Parameters
- featureArea
- String
The name of the extensibility component that this message pertains to.
- message
- String
The message being reported.