GraphConditionalStyleCollection 類別
提供管理樣式物件集合的方法。
繼承階層架構
System.Object
Microsoft.VisualStudio.GraphModel.Styles.GraphConditionalStyleCollection
命名空間: Microsoft.VisualStudio.GraphModel.Styles
組件: Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)
語法
'宣告
Public Class GraphConditionalStyleCollection _
Implements ICollection(Of GraphConditionalStyle), IEnumerable(Of GraphConditionalStyle), _
IEnumerable, IHasGraphOwner
public class GraphConditionalStyleCollection : ICollection<GraphConditionalStyle>,
IEnumerable<GraphConditionalStyle>, IEnumerable, IHasGraphOwner
public ref class GraphConditionalStyleCollection : ICollection<GraphConditionalStyle^>,
IEnumerable<GraphConditionalStyle^>, IEnumerable, IHasGraphOwner
type GraphConditionalStyleCollection =
class
interface ICollection<GraphConditionalStyle>
interface IEnumerable<GraphConditionalStyle>
interface IEnumerable
interface IHasGraphOwner
end
public class GraphConditionalStyleCollection implements ICollection<GraphConditionalStyle>, IEnumerable<GraphConditionalStyle>, IEnumerable, IHasGraphOwner
GraphConditionalStyleCollection 型別會公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
GraphConditionalStyleCollection | 建構新的樣式指定圖形物件。 |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
Count | 傳回集合中的樣式數目。 | |
Graph | 取得圖表與此節點集合。 | |
HasPendingPropertyChangeEvents | 如果有任何暫止的 PropertyChange 事件,則傳回 true。如果方法傳回 TRUE,請呼叫 RaisePendingPropertyChangeEvents 方法。 | |
IsCompiled | 探索是否必須呼叫 CompileStyles 方法。 | |
IsReadOnly | 取得,指出 System.Collections.Generic.ICollection 集合是否為唯讀。 | |
Owner | 取得圖表與此節點集合。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
Add | 將指定的樣式加入至集合。如果指定的樣式屬於不同的圖形,並複製它並傳回新的樣式。 | |
Clear | 清除清單樣式。 | |
Compile | 會將組件編譯為可以在樣式中使用的條件運算式此圖形中。 | |
Contains | 如果指定的樣式已在 清單中,則傳回 true。 | |
CopyTo | 複製的項目至 System.Collections.Generic.ICollection System.Array,起始於特定 System.Array 索引。 | |
Equals | 判斷指定的物件是否等於目前物件。 (繼承自 Object)。 | |
Finalize | 允許物件在記憶體回收進行回收之前,嘗試釋放資源並執行其他清除作業。 (繼承自 Object)。 | |
FindStyle | 依群組和值標籤的尋找現有的樣式。 | |
GetEnumerator | 取得此集合中型別的列舉值。 | |
GetHashCode | 做為特定型別的雜湊函式。 (繼承自 Object)。 | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
Insert | 在清單中指定位置插入指定的樣式。 | |
MemberwiseClone | 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。 | |
MergeOrInsert | 如果不存在具有相同目標型別和條件,將樣式。 如果存在具有相同的目標型別和條件,請合併 setter。 | |
RaisePendingPropertyChangeEvents | 引發必須引發根據條件運算式和屬性值的運算式的所有參考的屬性在編譯的樣式集的所有 PropertyChanged 事件。 | |
Remove | 從 System.Collections.Generic.ICollection 中移除第一個出現的指定物件。 | |
ToString | 傳回表示目前物件的字串。 (繼承自 Object)。 |
回頁首
明確介面實作
名稱 | 說明 | |
---|---|---|
IEnumerable.GetEnumerator | 傳回這個集合的列舉值。 |
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。