ActivityCollection(Activity) Oluşturucu

Tanım

Sınıfının yeni bir örneğini ActivityCollection başlatır ve bir sahip Activitybaşlatır.

public:
 ActivityCollection(System::Workflow::ComponentModel::Activity ^ owner);
public ActivityCollection(System.Workflow.ComponentModel.Activity owner);
new System.Workflow.ComponentModel.ActivityCollection : System.Workflow.ComponentModel.Activity -> System.Workflow.ComponentModel.ActivityCollection
Public Sub New (owner As Activity)

Parametreler

owner
Activity

Bu Activity örneğe sahip olarak belirlenen.

Özel durumlar

owner null başvurudur (Visual Basic Nothing).

owner , öğesinin alt öğelerinden Activitybiri değildir.

Açıklamalar

Example

Şunlara uygulanır