IVsDataViewNodeInfo Members
Include Protected Members
Include Inherited Members
Encapsulates properties of a static or selection node in Server Explorer.
The IVsDataViewNodeInfo type exposes the following members.
Properties
Name
Description
Gets the class as a Type that implements the IVsDataViewBrowseObjectProvider support entity. The provider supplies this implementation. (Inherited from IVsDataViewCommonNodeInfo.)
Gets the child nodes of the current node. (Inherited from IVsDataViewCommonNodeInfo.)
Gets the commands associated with the current node. (Inherited from IVsDataViewCommonNodeInfo.)
Gets a value indicating whether an AutoBrowseObject should be created. (Inherited from IVsDataViewCommonNodeInfo.)
Gets the default command that is set for the current node. (Inherited from IVsDataViewCommonNodeInfo.)
Gets the display names of the static node or the selection node.
Gets the class as a Type that implements the IVsDataViewDropTargetProvider support entity. The provider supplies this implementation. (Inherited from IVsDataViewCommonNodeInfo.)
Gets the icons associated with the static node or the selection node.
Gets a string containing the ID of the current node. (Inherited from IVsDataViewCommonNodeInfo.)
Gets the properties of the current node. (Inherited from IVsDataViewCommonNodeInfo.)
Gets the string value used when the when expression is skipped. This value replaces the value that would otherwise be computed by evaluating the when expression. (Inherited from IVsDataViewMemberInfo.)
Gets the UI-specific display name. (Inherited from IVsDataViewCommonNodeInfo.)
Gets the class as a Type that implements the IVsDataViewUserContextProvider support entity. The provider supplies this implementation. (Inherited from IVsDataViewCommonNodeInfo.)
Gets the class as a Type that implements the IVsDataViewVisibilityProvider support entity. The provider supplies this implementation.
Top