WorkspaceVisualNodeBase.CommandHandlers 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
与此代码关联的命令处理程序。 如果节点是选定内容的一部分,则咨询
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)