Share via


ISuggestedActionCategorySet.Contains(String) Method

Definition

Determines whether the given suggested action category is a member of the set.

public:
 bool Contains(System::String ^ categoryName);
public:
 bool Contains(Platform::String ^ categoryName);
bool Contains(std::wstring const & categoryName);
public bool Contains (string categoryName);
abstract member Contains : string -> bool
Public Function Contains (categoryName As String) As Boolean

Parameters

categoryName
String

The name of the category.

Returns

True if the given suggested action category is a member of the set, otherwise false.

Applies to