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

適用対象