ISuggestedActionCategory.IsOfCategory(String) Method
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.
Returns true
if this ISuggestedActionCategory
derives from the category specified by category
.
public:
bool IsOfCategory(System::String ^ category);
public:
bool IsOfCategory(Platform::String ^ category);
bool IsOfCategory(std::wstring const & category);
public bool IsOfCategory (string category);
abstract member IsOfCategory : string -> bool
Public Function IsOfCategory (category As String) As Boolean
Parameters
- category
- String
The name of the base category.
Returns
true
if this category derives from the one specified by category
, otherwise false
.