IVsDataViewNodeInfo Interface
Encapsulates properties of a static or 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 IVsDataViewNodeInfo _
Inherits IVsDataViewMemberInfo, IVsDataViewCommonNodeInfo
'Usage
Dim instance As IVsDataViewNodeInfo
public interface IVsDataViewNodeInfo : IVsDataViewMemberInfo,
IVsDataViewCommonNodeInfo
public interface class IVsDataViewNodeInfo : IVsDataViewMemberInfo,
IVsDataViewCommonNodeInfo
public interface IVsDataViewNodeInfo extends IVsDataViewMemberInfo, IVsDataViewCommonNodeInfo
Remarks
This interface is implemented as a built-in DDEX service.