IVsDataViewCommonNodeInfo Members
Include Protected Members
Include Inherited Members
Encapsulates properties that are common among different types of nodes; specifically, the connection node (IVsDataViewConnectionNodeInfo) and the static and selection nodes (IVsDataViewNodeInfo).
The IVsDataViewCommonNodeInfo 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.
Gets the child nodes of the current node.
Gets the commands associated with the current node.
Gets a value indicating whether an AutoBrowseObject should be created.
Gets the default command that is set for the current node.
Gets the class as a Type that implements the IVsDataViewDropTargetProvider support entity. The provider supplies this implementation.
Gets a string containing the ID of the current node.
Gets the properties of the current node.
Gets the UI-specific display name.
Gets the class as a Type that implements the IVsDataViewUserContextProvider support entity. The provider supplies this implementation.
Top