ProvideComponentDiagnosticsAttribute Constructor (Type^, String^)

 

Initializes a new instance of the ProvideComponentDiagnosticsAttribute class.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
ProvideComponentDiagnosticsAttribute(
	Type^ providerType,
	String^ name
)

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.

Return to top
Show: