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

Public Interface IVsDataViewNodeInfo _
    Implements IVsDataViewMemberInfo, IVsDataViewCommonNodeInfo

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.

See Also

Reference

IVsDataViewNodeInfo Members

Microsoft.VisualStudio.Data.Services Namespace