Share via


IVsDataViewSelectionNodeInfo Interface

Encapsulates properties of a selection node in Server Explorer.

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

Syntax

'Declaration
Public Interface IVsDataViewSelectionNodeInfo _
    Inherits IVsDataViewNodeInfo, IVsDataViewMemberInfo, IVsDataViewCommonNodeInfo
'Usage
Dim instance As IVsDataViewSelectionNodeInfo
public interface IVsDataViewSelectionNodeInfo : IVsDataViewNodeInfo, 
    IVsDataViewMemberInfo, IVsDataViewCommonNodeInfo
public interface class IVsDataViewSelectionNodeInfo : IVsDataViewNodeInfo, 
    IVsDataViewMemberInfo, IVsDataViewCommonNodeInfo
public interface IVsDataViewSelectionNodeInfo extends IVsDataViewNodeInfo, IVsDataViewMemberInfo, IVsDataViewCommonNodeInfo

Remarks

A selection node represents a node that is part of a group of selected nodes.

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

See Also

Reference

IVsDataViewSelectionNodeInfo Members

Microsoft.VisualStudio.Data.Services Namespace