CurrentSelectionPusher 類別
若要公開 (expose) 目前的選取範圍從一組 WinForms 貨幣管理員提供者或 WPF 內容控制項至 Visual Studio 的 [屬性] 視窗的類別
此 API 不符合 CLS 標準。
繼承階層架構
System.Object
System.Collections.ObjectModel.Collection<Object>
Microsoft.VisualStudio.Modeling.Shell.CurrentSelectionPusher
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。