ContextLinkCollection 成員
包含受保護的成員
包含繼承的成員
包含 .NET Framework 成員
包含 .NET Compact Framework 成員
包含 XNA Framework 成員
更新:2007 年 11 月
包含 ContextLink 物件的集合。
ContextLinkCollection 型別會公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
Add | 將新的 ContextLink 物件加入至 ContextLinkCollection,表示目的節點及其方向。 | |
Contains | 表示 ContextLinkCollection 是否包含特定 ContextLink 物件。 | |
CopyTo | 從指定的目的陣列索引開始,將目前 ContextLinkCollection 的所有元素都複製到指定的一維陣列。 | |
Equals | 判斷指定的 ContextLinkCollection 是否等於目前的 ContextLinkCollection。 (覆寫 Object.Equals(Object)。) | |
Finalize | 在記憶體回收 (GC) 回收 Object 前,允許 Object 嘗試釋放資源並執行其他清除作業。 (繼承自 Object)。 | |
GetEnumerator | 傳回物件,這個物件會實作 [Systems.Collections.IEnumerator] 介面,並且逐一查看 ContextLinkCollection 內的 ContextLink 物件。 | |
GetHashCode | 取得 ContextLinkCollection 執行個體的雜湊程式碼。 (覆寫 Object.GetHashCode()。) | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
IndexOf | 傳回 ContextLinkCollection 內特定 ContextLink 物件的索引。 | |
MemberwiseClone | 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。 | |
Remove | 從 ContextLinkCollection 移除 ContextLink 物件。 | |
RemoveAt | 從 ContextLinkCollection 中移除指定位置上的 ContextLink。 | |
ToString | 傳回 String,表示目前的 Object。 (繼承自 Object)。 |
回頁首
運算子
名稱 | 說明 | |
---|---|---|
Equality | 判斷兩個指定的 ContextLinkCollection 物件是否具有相同的值。 | |
Inequality | 判斷兩個指定的 ContextLinkCollection 物件是否具有不同的值。 |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
Count | 取得 ContextLinkCollection 內含的 ContextLink 物件數目。 | |
IsSynchronized | 取得值,這個值表示對 ContextLinkCollection 的存取是否同步 (具備執行緒安全)。 | |
Item | 取得 ContextLinkCollection 內位於指定索引處的 ContextLink 物件。 | |
SyncRoot | 傳回可用來同步存取 ContextLinkCollection 的物件。 |
回頁首
明確介面實作
名稱 | 說明 | |
---|---|---|
ICollection.CopyTo | ||
IEnumerable.GetEnumerator |
回頁首