CommandGroup 类

定义

public ref class CommandGroup sealed : Microsoft::ReportDesigner::ICommand, System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::ICommand ^>
public sealed class CommandGroup : Microsoft.ReportDesigner.ICommand, System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.ICommand>
type CommandGroup = class
    interface ICommand
    interface seq<ICommand>
    interface IEnumerable
Public NotInheritable Class CommandGroup
Implements ICommand, IEnumerable(Of ICommand)
继承
CommandGroup
实现

构造函数

名称 说明
CommandGroup(String)

属性

名称 说明
Description

方法

名称 说明
Execute()
Unexecute()

显式接口实现

名称 说明
IEnumerable.GetEnumerator()
IEnumerable<ICommand>.GetEnumerator()

适用于