IVsDataExplorerChildNodeCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Represents a collection of child data explorer connection nodes.
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)
- Attributes
- Implements
Properties
Item[String] |
Gets the connection node with the specified name in Server Explorer. |
Methods
Contains(Int32) |
Indicates whether Server Explorer contains a connection node corresponding to the specified data object identifier. |
Contains(IVsDataObject) |
Indicates whether Server Explorer contains a connection node corresponding to the specified data object. |
Contains(String, Object[]) |
Indicates whether Server Explorer contains a connection node corresponding to the specified type name and identifiers. |
Contains(String) |
Indicates whether Server Explorer contains a connection node corresponding to the specified name. |
Find(IVsDataObject) |
Retrieves the specified connection node. |
Find(String, Object[]) |
Retrieves a connection node corresponding to the specified type name and identifiers. |
IndexOf(Int32) |
Retrieves the index of the connection node corresponding to the specified data object identifier. |
IndexOf(IVsDataObject) |
Retrieves the index of the connection node corresponding to the specified data object. |
IndexOf(String, Object[]) |
Retrieves the index of the connection node corresponding to the specified name type name and identifiers. |
IndexOf(String) |
Retrieves the index of the connection node corresponding to the specified name. |
Extension Methods
EmptyIfNull<T>(IEnumerable<T>) |
Return this enumeration in case it is not null. In case it is null return empty enumeration. |