CurrentSelectionPusher 類別
類別會公開一組目前選取範圍的 Windows Form 貨幣管理員提供者或 WPF 內容控制項加入至 Visual Studio 屬性視窗
此應用程式開發介面不符合 CLS 標準。
繼承階層架構
System.Object
System.Collections.ObjectModel.Collection<Object>
Microsoft.VisualStudio.Modeling.Shell.CurrentSelectionPusher
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)
語法
'宣告
<CLSCompliantAttribute(False)> _
Public Class CurrentSelectionPusher _
Inherits Collection(Of Object) _
Implements IDisposable
[CLSCompliantAttribute(false)]
public class CurrentSelectionPusher : Collection<Object>,
IDisposable
CurrentSelectionPusher 類型會公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
CurrentSelectionPusher | 建立元件。 |
回頁首
屬性
名稱 | 描述 | |
---|---|---|
Count | 取得 Collection<T> 中實際包含的項目數目。 (繼承自 Collection<Object>)。 | |
Item | 取得或設定指定之索引處的項目。 (繼承自 Collection<Object>)。 | |
Items | 取得 Collection<T> 周圍的 IList<T> 包裝函式。 (繼承自 Collection<Object>)。 |
回頁首
方法
回頁首
明確介面實作
名稱 | 描述 | |
---|---|---|
IList.Add | 將項目加入至 IList。 (繼承自 Collection<Object>)。 | |
IList.Contains | 判斷 IList 是否包含特定值。 (繼承自 Collection<Object>)。 | |
ICollection.CopyTo | 從特定的 Array 索引開始,複製 ICollection 項目至 Array。 (繼承自 Collection<Object>)。 | |
IEnumerable.GetEnumerator | 傳回會逐一查看集合的列舉程式。 (繼承自 Collection<Object>)。 | |
IList.IndexOf | 判斷 IList 中特定項目的索引。 (繼承自 Collection<Object>)。 | |
IList.Insert | 將項目插入 IList 中指定的索引處。 (繼承自 Collection<Object>)。 | |
IList.IsFixedSize | 取得值,指出 IList 是否有固定的大小。 (繼承自 Collection<Object>)。 | |
ICollection<T>.IsReadOnly | 取得值,指出 ICollection<T> 是否唯讀。 (繼承自 Collection<Object>)。 | |
IList.IsReadOnly | 取得值,指出 IList 是否唯讀。 (繼承自 Collection<Object>)。 | |
ICollection.IsSynchronized | 取得值,這個值表示對 ICollection 的存取是否同步 (安全執行緒)。 (繼承自 Collection<Object>)。 | |
IList.Item | 取得或設定指定之索引處的項目。 (繼承自 Collection<Object>)。 | |
IList.Remove | 從 IList 移除特定物件之第一個符合的元素。 (繼承自 Collection<Object>)。 | |
ICollection.SyncRoot | 取得可用來同步存取 ICollection 的物件。 (繼承自 Collection<Object>)。 |
回頁首
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。