共用方式為


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,則傳回空列舉。

適用於