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,则返回空枚举。

适用于