WorkspaceVisualNodeBase.CommandHandlers 属性

定义

与此代码关联的命令处理程序。 如果节点是选定内容的一部分,则咨询

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)

属性值

HashSet<IWorkspaceCommandHandler>

适用于