Interop.ActivityType プロパティ

定義

Interop アクティビティに含まれているアクティビティの型を取得または設定します。

public:
 property Type ^ ActivityType { Type ^ get(); void set(Type ^ value); };
public Type ActivityType { get; set; }
member this.ActivityType : Type with get, set
Public Property ActivityType As Type

プロパティ値

Interop アクティビティに含まれているアクティビティの型。

注釈

この型は、System.Workflow.ComponentModel.Activity から派生する必要があります。

適用対象