言語

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

適用対象