IVsDataExplorerChildNodeCollection 接口

定义

重要

此 API 不符合 CLS。

表示子数据资源管理器连接节点的集合。

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>
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
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>)

如果枚举不为 null,则返回此枚举。 如果为 null,则返回空枚举。

适用于