ProvideComponentDiagnosticsAttribute Constructor (Type^, String^)
Visual Studio 2015
Initializes a new instance of the ProvideComponentDiagnosticsAttribute class.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- providerType
-
Type:
System::Type^
The type implementing IVsDiagnosticsProvider.
- name
-
Type:
System::String^
A short, non-localized human-readable name that appears in the Component Diagnostics tool window's list of available providers.
When applied to a package, this constructor registers the package as a Component Diagnostics Provider with the default view.
Show: