ProvideComponentDiagnosticsAttribute Class
Registers a component diagnostics provider and its associated view.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
System::Attribute
Microsoft.VisualStudio.Shell::RegistrationAttribute
Microsoft.VisualStudio.Shell::ExtensionPointRegistrationAttribute
Microsoft.VisualStudio.Shell::ProvideComponentDiagnosticsAttribute
| Name | Description | |
|---|---|---|
![]() | ProvideComponentDiagnosticsAttribute(Type^, String^) | Initializes a new instance of the ProvideComponentDiagnosticsAttribute class. |
![]() | ProvideComponentDiagnosticsAttribute(Type^, String^, String^, UInt32) | Initializes a new instance of the ProvideComponentDiagnosticsAttribute class. |
| Name | Description | |
|---|---|---|
![]() | IsDefaultView | Gets whether the provider uses the default, general-purpose view. If this property is false, the provider specifies its own custom view. |
![]() | Name | Gets the human-readable name of the extension point provider.(Inherited from ExtensionPointRegistrationAttribute.) |
![]() | Provider | Gets the provider’s GUID.(Inherited from ExtensionPointRegistrationAttribute.) |
![]() | ProviderType | Gets the type that implements the associated extension point in this package.(Inherited from ExtensionPointRegistrationAttribute.) |
![]() | TypeId | Gets the current instance of this attribute.(Inherited from RegistrationAttribute.) |
![]() | Version | Gets or sets the version of the provider's data model. |
![]() | View | Gets the element identifier in the UI factory of the view for this provider. |
![]() | ViewFactory | Gets the GUID of the UI factory containing the view for this provider. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Attribute.) |
![]() | GetHashCode() | (Inherited from Attribute.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsDefaultAttribute() | (Inherited from Attribute.) |
![]() | Match(Object^) | (Inherited from Attribute.) |
![]() | Register(RegistrationAttribute::RegistrationContext^) | Registers this attribute with the given context.(Overrides ExtensionPointRegistrationAttribute::Register(RegistrationAttribute::RegistrationContext^).) |
![]() | ToString() | (Inherited from Object.) |
![]() | Unregister(RegistrationAttribute::RegistrationContext^) | Unregisters this attribute.(Inherited from ExtensionPointRegistrationAttribute.) |
| Name | Description | |
|---|---|---|
![]() ![]() | _Attribute::GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfoCount(UInt32) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



