WorkspaceVisualNodeBase.CommandHandlers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Command handlers associated with this code. To be consulted if node is part of selection
public:
property System::Collections::Generic::HashSet<Microsoft::VisualStudio::Workspace::VSIntegration::UI::IWorkspaceCommandHandler ^> ^ CommandHandlers { System::Collections::Generic::HashSet<Microsoft::VisualStudio::Workspace::VSIntegration::UI::IWorkspaceCommandHandler ^> ^ get(); };
public System.Collections.Generic.HashSet<Microsoft.VisualStudio.Workspace.VSIntegration.UI.IWorkspaceCommandHandler> CommandHandlers { get; }
member this.CommandHandlers : System.Collections.Generic.HashSet<Microsoft.VisualStudio.Workspace.VSIntegration.UI.IWorkspaceCommandHandler>
Public ReadOnly Property CommandHandlers As HashSet(Of IWorkspaceCommandHandler)