CurrentSelectionPusher 类
类别显示中的当前选定内容设置 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>。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。