ProvideComponentDiagnosticsAttribute Class

 

Registers a component diagnostics provider and its associated view.

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


[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, 
	Inherited = true)]
public sealed class ProvideComponentDiagnosticsAttribute : ExtensionPointRegistrationAttribute

NameDescription
System_CAPS_pubmethodProvideComponentDiagnosticsAttribute(Type, String)

Initializes a new instance of the ProvideComponentDiagnosticsAttribute class.

System_CAPS_pubmethodProvideComponentDiagnosticsAttribute(Type, String, String, UInt32)

Initializes a new instance of the ProvideComponentDiagnosticsAttribute class.

NameDescription
System_CAPS_pubpropertyIsDefaultView

Gets whether the provider uses the default, general-purpose view. If this property is false, the provider specifies its own custom view.

System_CAPS_pubpropertyName

Gets the human-readable name of the extension point provider.(Inherited from ExtensionPointRegistrationAttribute.)

System_CAPS_pubpropertyProvider

Gets the provider’s GUID.(Inherited from ExtensionPointRegistrationAttribute.)

System_CAPS_pubpropertyProviderType

Gets the type that implements the associated extension point in this package.(Inherited from ExtensionPointRegistrationAttribute.)

System_CAPS_pubpropertyTypeId

Gets the current instance of this attribute.(Inherited from RegistrationAttribute.)

System_CAPS_pubpropertyVersion

Gets or sets the version of the provider's data model.

System_CAPS_pubpropertyView

Gets the element identifier in the UI factory of the view for this provider.

System_CAPS_pubpropertyViewFactory

Gets the GUID of the UI factory containing the view for this provider.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: