GraphSetterCollection 類別
這個類別提供操作 Setter 物件集合的方法。
繼承階層架構
System.Object
Microsoft.VisualStudio.GraphModel.Styles.GraphSetterCollection
命名空間: Microsoft.VisualStudio.GraphModel.Styles
組件: Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)
語法
'宣告
Public Class GraphSetterCollection _
Implements ICollection(Of GraphSetter), IEnumerable(Of GraphSetter), _
IEnumerable, IHasGraphOwner
public class GraphSetterCollection : ICollection<GraphSetter>,
IEnumerable<GraphSetter>, IEnumerable, IHasGraphOwner
public ref class GraphSetterCollection : ICollection<GraphSetter^>,
IEnumerable<GraphSetter^>, IEnumerable, IHasGraphOwner
type GraphSetterCollection =
class
interface ICollection<GraphSetter>
interface IEnumerable<GraphSetter>
interface IEnumerable
interface IHasGraphOwner
end
public class GraphSetterCollection implements ICollection<GraphSetter>, IEnumerable<GraphSetter>, IEnumerable, IHasGraphOwner
GraphSetterCollection 型別會公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
GraphSetterCollection | 為指定的圖形建構新的樣式物件。 |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
Count | 傳回集合中的 setter 數目。 | |
Graph | 取得這個集合所屬的圖形 | |
IsReadOnly | 取得,指出 System.Collections.Generic.ICollection 集合是否為唯讀。 | |
Owner | 取得這個集合所屬的圖形 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
Add | 加入指定的 setter。 | |
Clear | 清除 Setter 清單。 | |
Contains | 檢查以查看 Setter 是否在這個集合中 | |
CopyTo | 從 System.Array 的特定索引處開始,將 System.Collections.Generic.ICollection 的項目複製到 System.Array。 | |
Equals | 判斷指定的物件是否等於目前物件。 (繼承自 Object)。 | |
Finalize | 允許物件在記憶體回收進行回收之前,嘗試釋放資源並執行其他清除作業。 (繼承自 Object)。 | |
Get | 取得屬性 setter | |
GetEnumerator | IEnumerable<Setter> 實作 | |
GetHashCode | 做為特定型別的雜湊函式。 (繼承自 Object)。 | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
MemberwiseClone | 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。 | |
Remove | 從 System.Collections.Generic.ICollection 中移除第一個出現的指定物件。 | |
ToString | 傳回表示目前物件的字串。 (繼承自 Object)。 |
回頁首
明確介面實作
名稱 | 說明 | |
---|---|---|
IEnumerable.GetEnumerator | IEnumerable 實作 |
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。