HighlightedShapesCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在設計介面上醒目提示的圖形和 DiagramItems 集合。
public ref class HighlightedShapesCollection sealed : Microsoft::VisualStudio::Modeling::Diagrams::DiagramItemCollection
public sealed class HighlightedShapesCollection : Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemCollection
type HighlightedShapesCollection = class
inherit DiagramItemCollection
Public NotInheritable Class HighlightedShapesCollection
Inherits DiagramItemCollection
- 繼承
建構函式
HighlightedShapesCollection() |
初始化 HighlightedShapesCollection 類別的新實例。 |
屬性
Item[Int32] |
取得位於集合中指定位置的 DiagramItem。 (繼承來源 DiagramItemCollection) |
方法
Add(DiagramItem) |
將 DiagramItem 新增至目前的醒目提示清單。 |
Add(DiagramItemCollection) |
將指定的 DiagramItems 新增至目前的醒目提示清單。 |
Add(ICollection) |
將 ICollection 的 DiagramItem 新增至 DiagramItemCollection 的結尾 (繼承來源 DiagramItemCollection) |
Clear() |
清除目前的醒目提示清單。 |
Contains(DiagramItem) |
判斷 DiagramItem 是否在集合中。 (繼承來源 DiagramItemCollection) |
CopyTo(DiagramItem[], Int32) |
從特定的陣列索引開始,將選取範圍的 DiagramItems 複製到 Array。 (繼承來源 DiagramItemCollection) |
GetDiagramItemsContainingShape(ShapeElement) |
取得醒目提示清單中的圖表專案集合,其 Shape 屬性是指定的圖案。 |
GetEnumerator() |
取得這個集合的 DiagramItem 列舉值。 (繼承來源 DiagramItemCollection) |
IndexOf(DiagramItem) |
傳回集合中 DiagramItem 之以零起始的索引。 (繼承來源 DiagramItemCollection) |
Insert(Int32, DiagramItem) |
將 DiagramItem 插入集合中指定的索引處。 (繼承來源 DiagramItemCollection) |
Remove(DiagramItem) |
從目前的醒目提示清單中移除 DiagramItem。 |
Remove(DiagramItemCollection) |
從目前的醒目提示清單中移除指定的 DiagramItems。 |
Remove(ICollection) |
從 ICollection 移除指定的 DiagramItems (繼承來源 DiagramItemCollection) |
Set(DiagramItem) |
以新的單一醒目提示取代目前的醒目提示清單。 |
Set(DiagramItemCollection) |
以新的醒目提示清單取代目前的醒目提示清單。 |
擴充方法
EmptyIfNull<T>(IEnumerable<T>) |
如果不是 Null,則傳回這個列舉。 如果是 null,則傳回空列舉。 |