ProvideOptionPageAttribute Properties
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | CategoryDescriptionResourceId | 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. |
![]() | CategoryName | Gets the canonical nonlocalized name of the Tools Options page's category. |
![]() | CategoryPackageGuid | 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"). |
![]() | CategoryResourceID | Gets the category resource ID for a Tools Options page. |
![]() | DescriptionResourceId | 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. |
![]() | Keywords | 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. |
![]() | NoShowAllView | Gets or sets whether aggregated Tools Options pages are shown. |
![]() | PageName | Gets the canonical nonlocalized name of the Tools Options page. |
![]() | PageNameResourceId | Gets the name resource ID of the page.(Inherited from ProvideOptionDialogPageAttribute.) |
![]() | PageType | Gets the type of the page.(Inherited from ProvideOptionDialogPageAttribute.) |
![]() | ProfileMigrationType | Sets the profile migration type. |
![]() | ProvidesLocalizedCategoryName | Determines whether the package has the localized resources for the category name. |
![]() | Sort | 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. |
![]() | SupportsAutomation | Gets whether a Tools Options page implementation supports automation. |
![]() | SupportsProfiles | Gets or sets whether a Tools Options page implementation uses the Visual Studio settings mechanism to persist its state. |
![]() | TypeId | Gets the current instance of ProvideOptionPageAttribute.(Overrides RegistrationAttribute::TypeId.) |
![]() | VisibilityCmdUIContexts | 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. |
