ProvideToolboxItemDiscoveryAttribute Properties

 

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

NameDescription
System_CAPS_pubpropertyAppDomainCreatorType

Gets or sets the type of the IToolboxAppDomainControl implementation.

System_CAPS_pubpropertyFileFilter

Gets or sets the file filter for the browse dialog.

System_CAPS_pubpropertyHelperObjectType

Gets or sets the type of the helper object that will be passed to your IToolboxItemDiscovery implementation's constructor.

System_CAPS_pubpropertyHideAssemblyName

Gets or sets whether the current tab is to hide the assembly name column in the Choose Toolbox Items dialog. If true, the assembly name column is hidden; if false (default), the assembly name column is displayed.

System_CAPS_pubpropertyHideCulture

Gets or sets whether the current tab is to hide the language information in the Choose Toolbox Items dialog. If true, the language information is hidden; if false (default), the language information is displayed.

System_CAPS_pubpropertyHideDirectory

Gets or sets whether the current tab is to hide the directory column in the Choose Toolbox Items dialog. If true, the directory column is hidden; if false (default), the directory column is displayed.

System_CAPS_pubpropertyHideNamespace

Gets or sets whether the current tab is to hide the namespace column in the Choose Toolbox Items dialog. If true, the namespace column is hidden; if false (default) the namespace column is displayed.

System_CAPS_pubpropertyHideVersion

Gets or sets whether the current tab is to hide the version in the Choose Toolbox Items dialog. If true, the version is hidden; if false (default), the version is displayed.

System_CAPS_pubpropertyItemCreatorType

Gets the type of the IToolboxItemCreator implementation.

System_CAPS_pubpropertyItemDiscoveryType

Gets the type of the IToolboxItemDiscovery implementation.

System_CAPS_pubpropertyItemPropertyIdsAndNames

Gets a collection of extra columns (as identifier-Display-Name pairs) to display in the dialog.

System_CAPS_pubpropertyPageOrder

Gets or sets the sort order of the page. If zero, the page is left unsorted and will appear after all pages with nonzero order values. Pages with equal order values are sorted alphabetically by name.

System_CAPS_pubpropertyPlatformsToEnumerate

Gets or sets a collection of platform identifiers indicating the platforms that should be enumerated to populate the list in this item type's Choose Toolbox Items page.

System_CAPS_pubpropertyTypeId

Gets the identity of this instance of the attribute.(Overrides RegistrationAttribute::TypeId.)

System_CAPS_pubpropertyVisibilityUIContexts

Gets or sets a list of UIContexts that controls the visibility of the tab. The tab is hidden if none of the UI contexts are set. Only non-dynamic UI contexts are supported (for example, OsWindows8OrHigherContext). Use of dynamic contexts like NoSolutionContext is not supported and results in non-deterministic behaviors.

Return to top
Show: