ISuggestedActionCategory.IsOfCategory(String) 方法

定义

如果ISuggestedActionCategory 派生自指定的类别,则返回 true 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

参数

category
String

基类别的名称。

返回

Boolean

如果此类别派生自指定的类别,则为 true category ; 否则为false

适用于