ISuggestedActionCategorySet Interface
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.
Represents a set of suggested action category names.
public interface class ISuggestedActionCategorySet : System::Collections::Generic::IEnumerable<System::String ^>
public interface ISuggestedActionCategorySet : System.Collections.Generic.IEnumerable<string>
type ISuggestedActionCategorySet = interface
interface seq<string>
interface IEnumerable
Public Interface ISuggestedActionCategorySet
Implements IEnumerable(Of String)
- Implements
Methods
Contains(String) |
Determines whether the given suggested action category is a member of the set. |
Extension Methods
EmptyIfNull<T>(IEnumerable<T>) |
Return this enumeration in case it is not null. In case it is null return empty enumeration. |