Share via


WorkspaceVisualNodeBase.CommandHandlers Property

Definition

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)

Property Value

Applies to