IVsDataExplorerChildNodeCollection 接口

定义

重要

此 API 不符合 CLS。

表示 Visual Studio 服务器资源管理器中连接节点对象的集合。

public interface class IVsDataExplorerChildNodeCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^>
[System.CLSCompliant(false)]
public interface IVsDataExplorerChildNodeCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode>, System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode>
[<System.CLSCompliant(false)>]
type IVsDataExplorerChildNodeCollection = interface
    interface IList<IVsDataExplorerNode>
    interface ICollection<IVsDataExplorerNode>
    interface seq<IVsDataExplorerNode>
    interface IEnumerable
Public Interface IVsDataExplorerChildNodeCollection
Implements ICollection(Of IVsDataExplorerNode), IEnumerable(Of IVsDataExplorerNode), IList(Of IVsDataExplorerNode)
属性
实现

属性

Item[String]

获取服务器资源管理器中具有指定名称的连接节点。

方法

Contains(Int32)

指示服务器资源管理器是否包含对应于指定数据对象标识符的连接节点。

Contains(IVsDataObject)

指示服务器资源管理器是否包含对应于指定数据对象的连接节点。

Contains(String)

指示服务器资源管理器是否包含与指定名称对应的连接节点。

Contains(String, Object[])

指示服务器资源管理器是否包含对应于指定类型名称和标识符的连接节点。

Find(IVsDataObject)

检索指定的连接节点。

Find(String, Object[])

检索与指定类型名称和标识符对应的连接节点。

IndexOf(Int32)

检索与指定的数据对象标识符对应的连接节点的索引。

IndexOf(IVsDataObject)

检索与指定的数据对象相对应的连接节点的索引。

IndexOf(String)

检索与指定名称对应的连接节点的索引。

IndexOf(String, Object[])

检索与指定名称类型名称和标识符对应的连接节点的索引。

扩展方法

EmptyIfNull<T>(IEnumerable<T>)

适用于