Microsoft.VisualStudio.Workspace.VSIntegration.UI Namespace

 

ClassDescription
System_CAPS_pubclassWorkspaceVisualNodeBase

This is the base class that we'll use for all Explorer "nodes" we want to show in the context of Workspace tree views. represent a single node in workspace tree view (node can be anything we decide going forward) aka Folder File Virtual node (aka named group, for pins or whatever) etc ..

InterfaceDescription
System_CAPS_pubinterfaceIChildrenSource

Provides children nodes of a node

System_CAPS_pubinterfaceIFileNode

Implemented by nodes that represent a file on disk

System_CAPS_pubinterfaceIFileSystemNode

Implemented by nodes that represent file system objects

System_CAPS_pubinterfaceIFolderNode

Implemented by nodes that represent a folder on disk

System_CAPS_pubinterfaceINodeContainer

represent workspace node container (tree view currently).

System_CAPS_pubinterfaceINodeExtender

Extender for a node. Can add a children or command handlers

System_CAPS_pubinterfaceIUINode

Abstract the UI framework object that holds a visual node into the particular container

System_CAPS_pubinterfaceIWorkspaceCommandHandler

adds a command handling associated with a node

Return to top
Show: