KeywordTab Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a user interface tab that displays products associated with a given set of keywords.
public ref class KeywordTab : Microsoft::Web::PlatformInstaller::Tab
public class KeywordTab : Microsoft.Web.PlatformInstaller.Tab
type KeywordTab = class
inherit Tab
Public Class KeywordTab
Inherits Tab
- Inheritance
Properties
| Description |
Gets the description of the current tab. |
| FeedList |
Gets a collection of Feed objects. (Inherited from Tab) |
| FromCustomFeed |
Gets or sets a Boolean value that specifies whether the source of tab data is a custom feed. (Inherited from Tab) |
| Id |
Gets the string identifier of the current tab. (Inherited from Tab) |
| Keywords |
Gets a read-only collection of keywords associated with the current tab. |
| Name |
Gets a string that contains the name of the current tab. |
| Products |
Gets a read-only collection of products associated with the current keyword tab. |