共用方式為


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

適用於

另請參閱