ITextViewRoleSet 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
文字檢視角色集。
public interface class ITextViewRoleSet : System::Collections::Generic::IEnumerable<System::String ^>
public interface ITextViewRoleSet : System.Collections.Generic.IEnumerable<string>
type ITextViewRoleSet = interface
interface seq<string>
interface IEnumerable
Public Interface ITextViewRoleSet
Implements IEnumerable(Of String)
- 實作
備註
如需文字檢視角色的詳細資訊,請參閱語言服務和 編輯器 擴充點的一節。
方法
Contains(String) |
計算指定的文字檢視角色是否為集合的成員。 |
ContainsAll(IEnumerable<String>) |
計算集合是否包含所有指定的文字檢視角色。 |
ContainsAny(IEnumerable<String>) |
計算集合是否至少包含其中一個指定的文字檢視角色。 |
UnionWith(ITextViewRoleSet) |
計算集合的聯集和另一個文字檢視角色集。 |
擴充方法
EmptyIfNull<T>(IEnumerable<T>) |
如果此列舉不是 Null,則傳回此列舉。 如果是 null,則傳回空列舉。 |