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
實作

建構函式

名稱 Description
CommandGroup(String)

屬性

名稱 Description
Description

方法

名稱 Description
Execute()
Unexecute()

明確介面實作

名稱 Description
IEnumerable.GetEnumerator()
IEnumerable<ICommand>.GetEnumerator()

適用於