ISuggestedActionCategory Interface

Definition

Represents a suggested action.

public interface class ISuggestedActionCategory
public interface class ISuggestedActionCategory
__interface ISuggestedActionCategory
public interface ISuggestedActionCategory
type ISuggestedActionCategory = interface
Public Interface ISuggestedActionCategory

Properties

BaseCategories

The set of all categories from which the current ISuggestedActionCategory is derived.

CategoryName

The unique name of the ISuggestedActionCategory.

DisplayName

The localized display name of the ISuggestedActionCategory.

Methods

IsOfCategory(String)

Returns true if this ISuggestedActionCategory derives from the category specified by category.

Applies to