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()

适用于