Interop.ActivityType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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。