IVsDataViewCommonNodeInfo Interface

Definition

Encapsulates properties that are common among different types of nodes; specifically, the connection node (IVsDataViewConnectionNodeInfo) and the static and selection nodes (IVsDataViewNodeInfo).

public interface class IVsDataViewCommonNodeInfo
public interface IVsDataViewCommonNodeInfo
type IVsDataViewCommonNodeInfo = interface
Public Interface IVsDataViewCommonNodeInfo
Derived

Properties

BrowseObjectProviderType

Gets the class as a Type that implements the IVsDataViewBrowseObjectProvider support entity. The provider supplies this implementation.

Children

Gets the child nodes of the current node.

Commands

Gets the commands associated with the current node.

CreateAutoBrowseObject

Gets a value indicating whether an AutoBrowseObject should be created.

DefaultCommand

Gets the default command that is set for the current node.

DropTargetProviderType

Gets the class as a Type that implements the IVsDataViewDropTargetProvider support entity. The provider supplies this implementation.

NodeId

Gets a string containing the ID of the current node.

Properties

Gets the properties of the current node.

TypeDisplayName

Gets the UI-specific display name.

UserContextProviderType

Gets the class as a Type that implements the IVsDataViewUserContextProvider support entity. The provider supplies this implementation.

Applies to