ISuggestedActionCategorySet 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示一组建议的操作类别名称。
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,则返回空枚举。 |