BehaviorServiceAdornerCollection.GetEnumerator 方法

定义

返回可循环访问 BehaviorServiceAdornerCollection 实例的枚举器。

public:
 System::Windows::Forms::Design::Behavior::BehaviorServiceAdornerCollectionEnumerator ^ GetEnumerator();
public System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollectionEnumerator GetEnumerator ();
override this.GetEnumerator : unit -> System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollectionEnumerator
Public Function GetEnumerator () As BehaviorServiceAdornerCollectionEnumerator

返回

BehaviorServiceAdornerCollectionEnumerator

用于 IEnumerator 实例的 BehaviorServiceAdornerCollection

适用于

另请参阅