ProvideComponentDiagnosticsAttribute Properties

 

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

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.

Return to top
Show: