IVsDataExplorerChildNodeCollection Interface
Represents the collection of connection node objects in Server Explorer in Visual Studio.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
Public Interface IVsDataExplorerChildNodeCollection _
Implements IList(Of IVsDataExplorerNode), ICollection(Of IVsDataExplorerNode), _
IEnumerable(Of IVsDataExplorerNode), IEnumerable
'使用
Dim instance As IVsDataExplorerChildNodeCollection
[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
public interface IVsDataExplorerChildNodeCollection extends IList<IVsDataExplorerNode>, ICollection<IVsDataExplorerNode>, IEnumerable<IVsDataExplorerNode>, IEnumerable
Remarks
This interface represents the collection of data connection nodes that appear under the Data Connections node in this Visual Studio window.
This interface is implemented as a built-in DDEX service.