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