IVsDataExplorerNodeSelection Interface

Represents a group of currently selected nodes in the Visual Studio Server Explorer, together with a set of properties and actions.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

<CLSCompliantAttribute(False)> _
Public Interface IVsDataExplorerNodeSelection _
    Implements ICollection(Of IVsDataExplorerNode), IEnumerable(Of IVsDataExplorerNode),  _
    IEnumerable

Dim instance As IVsDataExplorerNodeSelection
[CLSCompliantAttribute(false)]
public interface IVsDataExplorerNodeSelection : ICollection<IVsDataExplorerNode>, 
    IEnumerable<IVsDataExplorerNode>, IEnumerable
[CLSCompliantAttribute(false)]
public interface class IVsDataExplorerNodeSelection : ICollection<IVsDataExplorerNode^>, 
    IEnumerable<IVsDataExplorerNode^>, IEnumerable
public interface IVsDataExplorerNodeSelection extends ICollection<IVsDataExplorerNode>, IEnumerable<IVsDataExplorerNode>, IEnumerable

Remarks

This interface is implemented as a built-in DDEX service.

See Also

Reference

IVsDataExplorerNodeSelection Members

Microsoft.VisualStudio.Data.Services Namespace