BehaviorServiceAdornerCollectionEnumerator 构造函数

定义

初始化 BehaviorServiceAdornerCollectionEnumerator 类的新实例。

public:
 BehaviorServiceAdornerCollectionEnumerator(System::Windows::Forms::Design::Behavior::BehaviorServiceAdornerCollection ^ mappings);
public BehaviorServiceAdornerCollectionEnumerator (System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection mappings);
new System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollectionEnumerator : System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection -> System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollectionEnumerator
Public Sub New (mappings As BehaviorServiceAdornerCollection)

参数

mappings
BehaviorServiceAdornerCollection

要为其创建枚举数的 BehaviorServiceAdornerCollection

适用于