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
'宣言
Public Interface IVsDataViewSelectionNodeInfo _
Implements IVsDataViewNodeInfo, IVsDataViewMemberInfo, IVsDataViewCommonNodeInfo
'使用
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.