表示连接在服务器资源管理器的节点对象的集合。Visual Studio。
此 API 不兼容 CLS。
命名空间: Microsoft.VisualStudio.Data.Services
程序集: Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)
语法
声明
<CLSCompliantAttribute(False)> _
Public Interface IVsDataExplorerChildNodeCollection _
Inherits IList(Of IVsDataExplorerNode), ICollection(Of IVsDataExplorerNode), _
IEnumerable(Of IVsDataExplorerNode), IEnumerable
[CLSCompliantAttribute(false)]
public interface IVsDataExplorerChildNodeCollection : IList<IVsDataExplorerNode>,
ICollection<IVsDataExplorerNode>, IEnumerable<IVsDataExplorerNode>, IEnumerable
[CLSCompliantAttribute(false)]
public interface class IVsDataExplorerChildNodeCollection : IList<IVsDataExplorerNode^>,
ICollection<IVsDataExplorerNode^>, IEnumerable<IVsDataExplorerNode^>, IEnumerable
[<CLSCompliantAttribute(false)>]
type IVsDataExplorerChildNodeCollection =
interface
interface IList<IVsDataExplorerNode>
interface ICollection<IVsDataExplorerNode>
interface IEnumerable<IVsDataExplorerNode>
interface IEnumerable
end
public interface IVsDataExplorerChildNodeCollection extends IList<IVsDataExplorerNode>, ICollection<IVsDataExplorerNode>, IEnumerable<IVsDataExplorerNode>, IEnumerable
IVsDataExplorerChildNodeCollection 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Count | 获取 ICollection<T> 中包含的元素数。 (继承自 ICollection<IVsDataExplorerNode>。) |
![]() |
IsReadOnly | 获取一个值,该值指示 ICollection<T> 是否为只读。 (继承自 ICollection<IVsDataExplorerNode>。) |
![]() |
Item[Int32] | 获取或设置位于指定索引处的元素。 (继承自 IList<IVsDataExplorerNode>。) |
![]() |
Item[String] | 获取具有指定名称的连接节点在服务器资源管理器中。 |
页首
方法
页首
备注
此接口表示数据显示在本 Visual Studio 窗口的数据连接"节点下的连接节点。
此接口实现为内置DDEX服务。