CommandGroup.IEnumerable<ICommand>.GetEnumerator Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
virtual System::Collections::Generic::IEnumerator<Microsoft::ReportDesigner::ICommand ^> ^ System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.ICommand>.GetEnumerator() = System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::ICommand ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<Microsoft.ReportDesigner.ICommand> IEnumerable<ICommand>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.ICommand>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.ReportDesigner.ICommand>
override this.System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.ICommand>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.ReportDesigner.ICommand>
Function GetEnumerator () As IEnumerator(Of ICommand) Implements IEnumerable(Of ICommand).GetEnumerator