CommandBarControls.GetEnumerator Method

Definition

Gets the enumerator.

public:
 System::Collections::IEnumerator ^ GetEnumerator();
[System.Runtime.InteropServices.DispId(-4)]
[System.Runtime.InteropServices.TypeLibFunc(1024)]
public System.Collections.IEnumerator GetEnumerator ();
[System.Runtime.InteropServices.DispId(-4)]
public System.Collections.IEnumerator GetEnumerator ();
[<System.Runtime.InteropServices.DispId(-4)>]
[<System.Runtime.InteropServices.TypeLibFunc(1024)>]
abstract member GetEnumerator : unit -> System.Collections.IEnumerator
[<System.Runtime.InteropServices.DispId(-4)>]
abstract member GetEnumerator : unit -> System.Collections.IEnumerator
Public Function GetEnumerator () As IEnumerator

Returns

The IEnumerator.

Implements

Attributes

Applies to