ISuggestedActionCategorySet Interface

Definition

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>)

Applies to