ISuggestedActionCategorySet.Contains(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.
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.