ISuggestedActionCategory.IsOfCategory(String) Methode

Definition

Gibt true zurück, wenn dies ISuggestedActionCategory von der durch angegebenen Kategorie abgeleitet ist 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

Parameter

category
String

Der Name der basiskategorie.

Gibt zurück

Boolean

true , wenn diese Kategorie von der durch angegebenen abgeleitet category ist, andernfalls false.

Gilt für