SuggestedActionCategoryToIconDefinition Class

Definition

Important

This API is not CLS-compliant.

Associates a LightBulb control icon for a suggested action category.

public ref class SuggestedActionCategoryToIconDefinition sealed
[System.CLSCompliant(false)]
public sealed class SuggestedActionCategoryToIconDefinition
public sealed class SuggestedActionCategoryToIconDefinition
[<System.CLSCompliant(false)>]
type SuggestedActionCategoryToIconDefinition = class
type SuggestedActionCategoryToIconDefinition = class
Public NotInheritable Class SuggestedActionCategoryToIconDefinition
Inheritance
SuggestedActionCategoryToIconDefinition
Attributes

Remarks

SuggestedActionCategoryToIconDefinitions are associations between SuggestedActionCategoryDefinitions and ImageMonikers that define an icon for a particular ISuggestedActionCategory. Icons are inheritable and icons defined for base categories will be displayed for their children as well, unless the child defines its own icon. Icon definitions are joined with category definitions on the Name attribute. The category's precedence determines which category's icon is displayed in the LightBulb control.

Constructors

SuggestedActionCategoryToIconDefinition(ImageMoniker)

Creates a new instance with the specified ImageMoniker.

Properties

ImageMoniker

Gets the ImageMoniker to associate with the named ISuggestedActionCategory.

Applies to