Share via


ISuggestedActionCategorySet インターフェイス

定義

推奨されるアクション カテゴリ名のセットを表します。

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

メソッド

Contains(String)

指定された推奨アクション カテゴリがセットのメンバーであるかどうかを判断します。

拡張メソッド

EmptyIfNull<T>(IEnumerable<T>)

null でない場合は、この列挙体を返します。 null の場合は、空の列挙を返します。

適用対象