IVsDataExplorerChildNodeCollection Interface
Represents the collection of connection node objects in Server Explorer in Visual Studio.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
<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
The IVsDataExplorerChildNodeCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ICollection<T>. (Inherited from ICollection<IVsDataExplorerNode>.) | |
IsReadOnly | Gets a value indicating whether the ICollection<T> is read-only. (Inherited from ICollection<IVsDataExplorerNode>.) | |
Item[Int32] | Gets or sets the element at the specified index. (Inherited from IList<IVsDataExplorerNode>.) | |
Item[String] | Gets the connection node with the specified name in Server Explorer. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds an item to the ICollection<T>. (Inherited from ICollection<IVsDataExplorerNode>.) | |
Clear | Removes all items from the ICollection<T>. (Inherited from ICollection<IVsDataExplorerNode>.) | |
Contains(Int32) | Indicates whether Server Explorer contains a connection node corresponding to the specified data object identifier. | |
Contains(String) | Indicates whether Server Explorer contains a connection node corresponding to the specified name. | |
Contains(T) | Determines whether the ICollection<T> contains a specific value. (Inherited from ICollection<IVsDataExplorerNode>.) | |
Contains(IVsDataObject) | Indicates whether Server Explorer contains a connection node corresponding to the specified data object. | |
Contains(String, array<Object[]) | Indicates whether Server Explorer contains a connection node corresponding to the specified type name and identifiers. | |
CopyTo | Copies the elements of the ICollection<T> to an Array, starting at a particular Array index. (Inherited from ICollection<IVsDataExplorerNode>.) | |
Find(IVsDataObject) | Retrieves the specified connection node. | |
Find(String, array<Object[]) | Retrieves a connection node corresponding to the specified type name and identifiers. | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<IVsDataExplorerNode>.) | |
IndexOf(Int32) | Retrieves the index of the connection node corresponding to the specified data object identifier. | |
IndexOf(String) | Retrieves the index of the connection node corresponding to the specified name. | |
IndexOf(T) | Determines the index of a specific item in the IList<T>. (Inherited from IList<IVsDataExplorerNode>.) | |
IndexOf(IVsDataObject) | Retrieves the index of the connection node corresponding to the specified data object. | |
IndexOf(String, array<Object[]) | Retrieves the index of the connection node corresponding to the specified name type name and identifiers. | |
Insert | Inserts an item to the IList<T> at the specified index. (Inherited from IList<IVsDataExplorerNode>.) | |
Remove | Removes the first occurrence of a specific object from the ICollection<T>. (Inherited from ICollection<IVsDataExplorerNode>.) | |
RemoveAt | Removes the IList<T> item at the specified index. (Inherited from IList<IVsDataExplorerNode>.) |
Top
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.