ProvideOptionPageAttribute Properties

 

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

NameDescription
System_CAPS_pubpropertyCategoryDescriptionResourceId

The ID of a resource containing the localized description of the page's parent category.This property is only used if SupportsAutomation == true and SupportsProfiles == true. The localized description appears in the import/export settings wizard.

System_CAPS_pubpropertyCategoryName

Gets the canonical nonlocalized name of the Tools Options page's category.

System_CAPS_pubpropertyCategoryPackageGuid

The ID of the package that owns the category under which this page is registered. If this is not set, the package is assumed to be the one to which this attribute is applied. This property is only used if SupportsAutomation == true and SupportsProfiles == true. Generate this from a Guid with Guid.ToString("B").

System_CAPS_pubpropertyCategoryResourceID

Gets the category resource ID for a Tools Options page.

System_CAPS_pubpropertyDescriptionResourceId

The ID of a resource containing the localized description of the page. This property is only used if SupportsAutomation == true and SupportsProfiles == true. The localized description appears in the import/export settings wizard.

System_CAPS_pubpropertyKeywords

Gets the searchable keywords for this options page. Each keyword may be a literal string, a resource name/ID (prefixed with "@"/"#") pointing to a single keyword, or a resource name/ID (prefixed with "@"/"#") pointing to a semicolon-delimited list of keywords.

System_CAPS_pubpropertyNoShowAllView

Gets or sets whether aggregated Tools Options pages are shown.

System_CAPS_pubpropertyPageName

Gets the canonical nonlocalized name of the Tools Options page.

System_CAPS_pubpropertyPageNameResourceId

Gets the name resource ID of the page.(Inherited from ProvideOptionDialogPageAttribute.)

System_CAPS_pubpropertyPageType

Gets the type of the page.(Inherited from ProvideOptionDialogPageAttribute.)

System_CAPS_pubpropertyProfileMigrationType

Sets the profile migration type.

System_CAPS_pubpropertyProvidesLocalizedCategoryName

Determines whether the package has the localized resources for the category name.

System_CAPS_pubpropertySort

Gets or sets the sort order for the option page. Option pages are collated in the following order:

The General page

Pages with a Sort value, sorted from low to high.

Pages without a Sort value, sorted alphabetically.

System_CAPS_pubpropertySupportsAutomation

Gets whether a Tools Options page implementation supports automation.

System_CAPS_pubpropertySupportsProfiles

Gets or sets whether a Tools Options page implementation uses the Visual Studio settings mechanism to persist its state.

System_CAPS_pubpropertyTypeId

Gets the current instance of ProvideOptionPageAttribute.(Overrides RegistrationAttribute::TypeId.)

System_CAPS_pubpropertyVisibilityCmdUIContexts

Gets or sets a semi-colon-delimited list of UIContext GUIDs. The option page is visible when any UIContext in the list is active. If this is not specified, the option page is always visible.

Return to top
Show: