SequenceDesigner 類別

定義

警告

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

SequenceActivity 及所有衍生類別提供設計階段的支援。

public ref class SequenceDesigner : System::Workflow::ComponentModel::Design::SequentialActivityDesigner
[System.Workflow.ComponentModel.Design.ActivityDesignerTheme(typeof(System.Workflow.ComponentModel.Design.SequenceDesignerTheme))]
public class SequenceDesigner : System.Workflow.ComponentModel.Design.SequentialActivityDesigner
[System.Workflow.ComponentModel.Design.ActivityDesignerTheme(typeof(System.Workflow.ComponentModel.Design.SequenceDesignerTheme))]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class SequenceDesigner : System.Workflow.ComponentModel.Design.SequentialActivityDesigner
[<System.Workflow.ComponentModel.Design.ActivityDesignerTheme(typeof(System.Workflow.ComponentModel.Design.SequenceDesignerTheme))>]
type SequenceDesigner = class
    inherit SequentialActivityDesigner
[<System.Workflow.ComponentModel.Design.ActivityDesignerTheme(typeof(System.Workflow.ComponentModel.Design.SequenceDesignerTheme))>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type SequenceDesigner = class
    inherit SequentialActivityDesigner
Public Class SequenceDesigner
Inherits SequentialActivityDesigner
繼承
屬性

備註

注意

此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型

SequenceDesigner 會針對衍生自 SequenceActivity 的下列類別提供設計階段支援:

建構函式

SequenceDesigner()

初始化 SequenceDesigner 類別的新執行個體。

屬性

AccessibilityObject

取得 AccessibleObject,可以讓 SequentialActivityDesigner 為行動不便的使用者調整其 UI。

(繼承來源 SequentialActivityDesigner)
ActiveView

取得或設定 DesignerView,其中包含 StructuredCompositeActivityDesigner 所顯示之目前設計工具檢視的相關資訊。

(繼承來源 StructuredCompositeActivityDesigner)
Activity

取得與設計工具關聯的 Activity

(繼承來源 ActivityDesigner)
Bounds

取得 Rectangle,其包含設計工具封入矩形的邏輯座標值。

(繼承來源 ActivityDesigner)
CanExpandCollapse

取得值,指出 SequentialActivityDesigner 是否可以在工作流程設計工具介面中展開與摺疊。

(繼承來源 SequentialActivityDesigner)
ContainedDesigners

取得泛型唯讀集合,其中包含 StructuredCompositeActivityDesigner 子系的所有活動設計工具。

(繼承來源 StructuredCompositeActivityDesigner)
CurrentDropTarget

取得或設定目前置放目標的索引,這個置放目標在 GetDropTargets(Point) 傳回的置放目標陣列中。

(繼承來源 StructuredCompositeActivityDesigner)
DesignerActions

取得與組態錯誤相關聯的動作陣列。

(繼承來源 ActivityDesigner)
DesignerTheme

取得活動設計工具目前的設計工具主題。

(繼承來源 ActivityDesigner)
EnableVisualResizing

取得值,這個值表示活動設計工具是否可以在不限格式的設計工具中調整大小。

(繼承來源 ActivityDesigner)
ExpandButtonRectangle

取得包含展開或摺疊按鈕的 Rectangle

(繼承來源 CompositeActivityDesigner)
Expanded

取得或設定值,這個值會指出設計工具是否要在工作流程設計介面上展開。

(繼承來源 SequentialActivityDesigner)
FirstSelectableObject

取得 SequentialActivityDesigner 巡覽順序中第一個可選取的物件。

(繼承來源 SequentialActivityDesigner)
Glyphs

取得與 相關聯的圖像 (Glyph) 唯讀集合。

(繼承來源 SequentialActivityDesigner)
HelpText

取得或設定當 不包含其他活動設計工具時要顯示的文字。

(繼承來源 SequentialActivityDesigner)
HelpTextRectangle

取得做為 HelpText 屬性顯示文字之界限的方框。

(繼承來源 SequentialActivityDesigner)
HelpTextSize

取得當 SequentialActivityDesigner 不包含子活動設計工具時,顯示在其中的文字高度與寬度。

(繼承來源 SequentialActivityDesigner)
Image

取得或設定與設計工具相關聯的 Image

(繼承來源 ActivityDesigner)
ImageRectangle

取得影像包圍界線的邏輯座標值,這個影像則與設計工具相關聯。

(繼承來源 CompositeActivityDesigner)
InvokingDesigner

取得或設定活動設計工具,它會叫用與目前的活動設計工具關聯的活動。

(繼承來源 ActivityDesigner)
IsEditable

取得值,這個值會指出設計工具是否可編輯。

(繼承來源 CompositeActivityDesigner)
IsLocked

取得值,這個值表示與設計工具關聯的活動是否可以修改。

(繼承來源 ActivityDesigner)
IsPrimarySelection

取得值,指出與設計工具相關聯的活動是否為主要選取範圍。

(繼承來源 ActivityDesigner)
IsRootDesigner

取得值,這個值表示設計工具是否為根目錄設計工具。

(繼承來源 ActivityDesigner)
IsSelected

取得值,指出是否已選取與設計工具相關聯的活動。

(繼承來源 ActivityDesigner)
IsVisible

取得值,指出是否可以在工作流程中看見與設計工具相關聯的活動。

(繼承來源 ActivityDesigner)
LastSelectableObject

取得 SequentialActivityDesigner 之巡覽順序中的最後一個可選取物件。

(繼承來源 SequentialActivityDesigner)
Location

取得或設定設計工具的邏輯座標位置。

(繼承來源 CompositeActivityDesigner)
MessageFilters

取得與活動設計工具關聯的訊息篩選器唯讀集合。

(繼承來源 ActivityDesigner)
MinimumSize

取得 StructuredCompositeActivityDesigner 的最小大小設定。

(繼承來源 StructuredCompositeActivityDesigner)
ParentDesigner

取得現有設計工具的父設計工具。

(繼承來源 ActivityDesigner)
ParentView

取得包含目前活動設計工具的工作流程檢視。

(繼承來源 ActivityDesigner)
ShowSmartTag

取得值,這個值表示 StructuredCompositeActivityDesigner 是否要顯示智慧標籤。

(繼承來源 StructuredCompositeActivityDesigner)
Size

取得或設定 ActivityDesigner 的大小。

(繼承來源 ActivityDesigner)
SmartTagRectangle

取得應顯示智慧標籤的矩形。

(繼承來源 ActivityDesigner)
SmartTagVerbs

取得與設計工具上智慧標籤關聯之設計工具動作的唯讀集合。

(繼承來源 StructuredCompositeActivityDesigner)
Text

取得或設定與設計工具相關聯的文字。

(繼承來源 ActivityDesigner)
TextRectangle

取得描述矩形的邏輯座標值。

(繼承來源 CompositeActivityDesigner)
TitleHeight

取得設計工具標題區域的高度。

(繼承來源 CompositeActivityDesigner)
Verbs

取得要與設計工具產生關聯的動詞集合。

(繼承來源 ActivityDesigner)
Views

取得目前 StructuredCompositeActivityDesigner 所裝載之設計工具檢視的唯讀集合。

(繼承來源 StructuredCompositeActivityDesigner)

方法

CanBeParentedTo(CompositeActivityDesigner)

傳回值,這個值表示 CompositeActivity 是否可以設定為與設計工具相關聯之活動的父系。

(繼承來源 ActivityDesigner)
CanConnect(ConnectionPoint, ConnectionPoint)

傳回值,這個值表示是否能在目前活動設計工具的指定連線點和目標活動設計工具的指定連線點之間建立連線。

(繼承來源 ActivityDesigner)
CanInsertActivities(HitTestInfo, ReadOnlyCollection<Activity>)

傳回值,這個值表示指定的活動是否可加入至工作流程設計介面上指定位置的 StructuredCompositeActivityDesigner

(繼承來源 StructuredCompositeActivityDesigner)
CanMoveActivities(HitTestInfo, ReadOnlyCollection<Activity>)

傳回值,這個值會指出是否可以將包含在複合活動內的活動移出與設計工具相關聯的複合活動。

(繼承來源 CompositeActivityDesigner)
CanRemoveActivities(ReadOnlyCollection<Activity>)

傳回值,這個值表示是否可從 StructuredCompositeActivityDesigner 移除指定的活動。

(繼承來源 StructuredCompositeActivityDesigner)
CreateView(ViewTechnology)

使用指定的 ViewTechnology 為目前的活動設計工具建立工作流程檢視。

(繼承來源 ActivityDesigner)
Dispose()

釋放 ActivityDesigner 所使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。

(繼承來源 ActivityDesigner)
Dispose(Boolean)

釋放 CompositeActivityDesigner 所使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。

(繼承來源 CompositeActivityDesigner)
DoDefaultAction()

執行與設計工具關聯的預設 UI 動作。

(繼承來源 ActivityDesigner)
DrawConnectors(Graphics, Pen, Point[], LineAnchor, LineAnchor)

繪製要在 StructuredCompositeActivityDesigner 上顯示的所有接點。

(繼承來源 StructuredCompositeActivityDesigner)
EnsureVisible()

移動螢幕的可見區域,以確定能夠看見指定的設計工具。

(繼承來源 ActivityDesigner)
EnsureVisibleContainedDesigner(ActivityDesigner)

確定指定的活動設計工具可在工作流程設計介面上看見。

(繼承來源 StructuredCompositeActivityDesigner)
Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetConnectionPoints(DesignerEdges)

傳回沿著指定的 DesignerEdges 的活動設計工具所屬連接點的唯讀集合。

(繼承來源 ActivityDesigner)
GetConnections(DesignerEdges)

傳回設計工具用來連線的點唯讀集合。

(繼承來源 ActivityDesigner)
GetConnectors()

傳回矩型陣列,這個陣列會連接 (繫結) 活動設計工具接點的連接位置。

(繼承來源 SequentialActivityDesigner)
GetDropTargets(Point)

傳回方框陣列,表 SequentialActivityDesigner 內的有效置放位置。

(繼承來源 SequentialActivityDesigner)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetInnerConnections(DesignerEdges)

傳回點唯讀集合,這些點代表 StructuredCompositeActivityDesigner 的內部連線點。

(繼承來源 StructuredCompositeActivityDesigner)
GetNextSelectableObject(Object, DesignerNavigationDirection)

傳回第一個可選取的物件,該物件在目前 SequentialActivityDesigner 的巡覽順序中跟在指定的物件之後。

(繼承來源 SequentialActivityDesigner)
GetPreviewImage(Graphics)

取得指定之 Graphics 上活動設計工具的影像。

(繼承來源 ActivityDesigner)
GetService(Type)

嘗試從與設計工具關聯之活動的設計模式站台,擷取指定的服務類型。

(繼承來源 ActivityDesigner)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
HitTest(Point)

傳回位於工作流程設計介面指定點的 SequentialActivityDesigner 相關資訊。

(繼承來源 SequentialActivityDesigner)
Initialize(Activity)

使用指定的活動,初始化設計工具。

(繼承來源 SequentialActivityDesigner)
InsertActivities(HitTestInfo, ReadOnlyCollection<Activity>)

將指定的活動加入至工作流程設計介面上指定位置的 StructuredCompositeActivityDesigner

(繼承來源 StructuredCompositeActivityDesigner)
Invalidate()

使設計工具失效。

(繼承來源 ActivityDesigner)
Invalidate(Rectangle)

使設計工具的指定矩形無效。

(繼承來源 ActivityDesigner)
IsContainedDesignerVisible(ActivityDesigner)

取得值,這個值會指出包含的設計工具是否為可見。

(繼承來源 CompositeActivityDesigner)
IsSupportedActivityType(Type)

傳回值,這個值表示如果活動設計工具為根目錄設計工具時是否支援指定的活動類型。

(繼承來源 ActivityDesigner)
LoadViewState(BinaryReader)

從二進位資料流載入 StructuredCompositeActivityDesigner 的檢視狀態。

(繼承來源 StructuredCompositeActivityDesigner)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
MoveActivities(HitTestInfo, ReadOnlyCollection<Activity>)

將指定活動從 StructuredCompositeActivityDesigner 中顯示的設計工具移動到其他的設計工具。

(繼承來源 StructuredCompositeActivityDesigner)
OnActivityChanged(ActivityChangedEventArgs)

當活動與其變更關聯時,通知設計工具。

(繼承來源 StructuredCompositeActivityDesigner)
OnBeginResizing(ActivityDesignerResizeEventArgs)

當設計工具為 ActivityDesigner,而使用者開始以視覺方法調整活動設計工具的大小時,通知 FreeformActivityDesigner

(繼承來源 ActivityDesigner)
OnConnected(ConnectionPoint, ConnectionPoint)

當在兩個連線點之間建立連線時,通知 ActivityDesigner

(繼承來源 ActivityDesigner)
OnContainedActivitiesChanged(ActivityCollectionChangeEventArgs)

發生於一個以上包含於設計工具內的活動變更時, 例如加入一個新的子活動或移除現有的子活動。

(繼承來源 CompositeActivityDesigner)
OnContainedActivitiesChanging(ActivityCollectionChangeEventArgs)

當其所包含的一個以上的活動變更時,通知 StructuredCompositeActivityDesigner

(繼承來源 StructuredCompositeActivityDesigner)
OnContainedActivityChanged(ActivityChangedEventArgs)

發生於包含在設計工具內的活動變更時。

(繼承來源 CompositeActivityDesigner)
OnDragDrop(ActivityDragEventArgs)

當在設計介面界限中完成拖放作業時,通知 StructuredCompositeActivityDesigner

(繼承來源 StructuredCompositeActivityDesigner)
OnDragEnter(ActivityDragEventArgs)

在進行拖放作業且使用者的滑鼠游標進入設計工具的界限內時,通知 StructuredCompositeActivityDesigner

(繼承來源 StructuredCompositeActivityDesigner)
OnDragLeave()

在進行拖放作業且使用者的滑鼠游標離開設計工具的界限時,通知 StructuredCompositeActivityDesigner

(繼承來源 StructuredCompositeActivityDesigner)
OnDragOver(ActivityDragEventArgs)

在進行拖放作業且使用者的滑鼠游標位於設計工具的界限內時,通知 StructuredCompositeActivityDesigner

(繼承來源 StructuredCompositeActivityDesigner)
OnEndResizing()

當設計工具為 ActivityDesigner,而使用者完成以視覺方法調整活動設計工具的大小時,通知 FreeformActivityDesigner

(繼承來源 ActivityDesigner)
OnExecuteDesignerAction(DesignerAction)

當使用者按一下與設計工具相關聯的組態錯誤時,通知 ActivityDesigner

(繼承來源 ActivityDesigner)
OnGiveFeedback(GiveFeedbackEventArgs)

更新當執行拖曳作業時提供給使用者的回應視覺提示。

(繼承來源 ActivityDesigner)
OnKeyDown(KeyEventArgs)

當設計工具取得焦點且按下按鍵時呼叫。

(繼承來源 CompositeActivityDesigner)
OnKeyUp(KeyEventArgs)

發生於設計工具擁有鍵盤焦點,且釋放按鍵時。

(繼承來源 ActivityDesigner)
OnLayoutPosition(ActivityDesignerLayoutEventArgs)

執行配置工具,將視覺提示和子設計工作放在 SequentialActivityDesigner

(繼承來源 SequentialActivityDesigner)
OnLayoutSize(ActivityDesignerLayoutEventArgs)

SequentialActivityDesigner 中內含的設計工具上,設定視覺提示的大小。

(繼承來源 SequentialActivityDesigner)
OnMouseCaptureChanged()

當滑鼠捕捉變更時出現。

(繼承來源 ActivityDesigner)
OnMouseDoubleClick(MouseEventArgs)

發生於當在設計工具上按下滑鼠按鈕多次時。

(繼承來源 ActivityDesigner)
OnMouseDown(MouseEventArgs)

當指標在設計工具界限內且點選滑鼠時呼叫。

(繼承來源 CompositeActivityDesigner)
OnMouseDragBegin(Point, MouseEventArgs)

發生於當使用者開始在設計工具上拖曳滑鼠時。

(繼承來源 ActivityDesigner)
OnMouseDragEnd()

發生於當使用者停止在設計工具上拖曳滑鼠時。

(繼承來源 ActivityDesigner)
OnMouseDragMove(MouseEventArgs)

的任何滑鼠移動。

(繼承來源 ActivityDesigner)
OnMouseEnter(MouseEventArgs)

發生於當滑鼠初次進入設計工具界限時。

(繼承來源 ActivityDesigner)
OnMouseHover(MouseEventArgs)

發生於當指標位於設計工具界限內時。

(繼承來源 ActivityDesigner)
OnMouseLeave()

發生於當指標離開設計工具界限時。

(繼承來源 ActivityDesigner)
OnMouseMove(MouseEventArgs)

發生於當指標在設計工具界限內移動時。

(繼承來源 ActivityDesigner)
OnMouseUp(MouseEventArgs)

發生於在指標位於設計工具界限上時釋放滑鼠按鈕時。

(繼承來源 ActivityDesigner)
OnPaint(ActivityDesignerPaintEventArgs)

在設計階段繪製活動的視覺化表示。

(繼承來源 SequentialActivityDesigner)
OnProcessMessage(Message)

允許設計工具處理原始的 Win32 訊息。

(繼承來源 ActivityDesigner)
OnQueryContinueDrag(QueryContinueDragEventArgs)

控制是否該繼續拖曳作業。

(繼承來源 ActivityDesigner)
OnResizing(ActivityDesignerResizeEventArgs)

當使用者在設計階段以視覺方式重新調整大小時,通知 ActivityDesigner。 只有在活動設計工具為子 FreeformActivityDesigner 時,才會呼叫這個方法

(繼承來源 ActivityDesigner)
OnScroll(ScrollBar, Int32)

當使用者變更捲軸的位置時,通知 ActivityDesigner

(繼承來源 ActivityDesigner)
OnShowSmartTagVerbs(Point)

顯示與工作流程設計介面上指定位置之智慧標籤相關聯的設計工具動詞。

(繼承來源 StructuredCompositeActivityDesigner)
OnSmartTagVisibilityChanged(Boolean)

當顯示或隱藏智慧標籤時,通知 ActivityDesigner

(繼承來源 ActivityDesigner)
OnThemeChange(ActivityDesignerTheme)

通知設計工具相關的主題已改變。

(繼承來源 CompositeActivityDesigner)
OnViewChanged(DesignerView)

目前的設計工具檢視變更時,通知 StructuredCompositeActivityDesigner

(繼承來源 StructuredCompositeActivityDesigner)
PaintContainedDesigners(ActivityDesignerPaintEventArgs)

調整圖形物件上的裁剪區域,並呼叫所有包含之設計工具上的 OnPaint(ActivityDesignerPaintEventArgs)

(繼承來源 CompositeActivityDesigner)
PerformLayout()

更新設計工具的配置。

(繼承來源 ActivityDesigner)
PointToLogical(Point)

將點從螢幕座標系統轉換至活動設計工具座標系統。

(繼承來源 ActivityDesigner)
PointToScreen(Point)

將點從活動設計工具座標系統轉換至螢幕座標系統。

(繼承來源 ActivityDesigner)
PostFilterAttributes(IDictionary)

在衍生類別中覆寫時,允許設計工具可以變更或移除透過 TypeDescriptor 所公開之屬性集中的項目。

(繼承來源 ActivityDesigner)
PostFilterEvents(IDictionary)

在衍生類別中覆寫時,允許設計工具可以變更或移除透過 TypeDescriptor 所公開之屬性集中的項目。

(繼承來源 ActivityDesigner)
PostFilterProperties(IDictionary)

在衍生類別中覆寫時,允許設計工具可以變更或移除透過 TypeDescriptor 所公開之屬性集中的項目。

(繼承來源 ActivityDesigner)
PreFilterAttributes(IDictionary)

在衍生類別中覆寫時,可讓設計工具將項目加入至其透過 TypeDescriptor 所公開 (Expose) 的屬性集合。

(繼承來源 ActivityDesigner)
PreFilterEvents(IDictionary)

在衍生類別中覆寫時,可讓設計工具將項目加入至其透過 TypeDescriptor 所公開的事件集合。

(繼承來源 ActivityDesigner)
PreFilterProperties(IDictionary)

在衍生類別中覆寫時,可讓設計工具將項目加入至其透過 TypeDescriptor 所公開的屬性集合。

(繼承來源 ActivityDesigner)
RectangleToLogical(Rectangle)

將矩形從螢幕座標系統轉換至活動設計工具座標系統。

(繼承來源 ActivityDesigner)
RectangleToScreen(Rectangle)

將矩形從活動設計工具座標系統轉換至螢幕座標系統。

(繼承來源 ActivityDesigner)
RefreshDesignerActions()

重新整理與設計工具相關聯的組態錯誤。

(繼承來源 ActivityDesigner)
RefreshDesignerVerbs()

呼叫狀態處理常式可重新整理與設計工具相關聯的活動設計工具動詞。

(繼承來源 ActivityDesigner)
RemoveActivities(ReadOnlyCollection<Activity>)

從複合活動設計工具中移除活動清單。

(繼承來源 CompositeActivityDesigner)
SaveViewState(BinaryWriter)

StructuredCompositeActivityDesigner 目前的檢視狀態儲存為二進位資料流。

(繼承來源 StructuredCompositeActivityDesigner)
ShowInfoTip(String)

顯示指定的資訊提示。

(繼承來源 ActivityDesigner)
ShowInfoTip(String, String)

以指定的標題和文字顯示 ActivityDesigner 的資訊提示。

(繼承來源 ActivityDesigner)
ShowInPlaceTip(String, Rectangle)

在定的矩形位置中顯示指定的工具提示。

(繼承來源 ActivityDesigner)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

明確介面實作

IDesigner.Component

取得與活動設計工具相關聯的基底元件。

(繼承來源 ActivityDesigner)
IDesigner.DoDefaultAction()

執行與設計工具相關聯的預設動作。

(繼承來源 ActivityDesigner)
IDesigner.Initialize(IComponent)

使用關聯的活動初始化設計工具。

(繼承來源 ActivityDesigner)
IDesigner.Verbs

傳回與活動設計工具相關聯的設計階段動詞。

(繼承來源 ActivityDesigner)
IDesignerFilter.PostFilterAttributes(IDictionary)

在衍生類別中覆寫時,允許設計工具可以變更或移除透過 TypeDescriptor 所公開之屬性集中的項目。

(繼承來源 ActivityDesigner)
IDesignerFilter.PostFilterEvents(IDictionary)

在衍生類別中覆寫時,允許設計工具可以變更或移除透過 TypeDescriptor 所公開之屬性集中的項目。

(繼承來源 ActivityDesigner)
IDesignerFilter.PostFilterProperties(IDictionary)

在衍生類別中覆寫時,允許設計工具可以變更或移除透過 TypeDescriptor 所公開之屬性集中的項目。

(繼承來源 ActivityDesigner)
IDesignerFilter.PreFilterAttributes(IDictionary)

在衍生類別中覆寫時,可讓設計工具將項目加入至其透過 TypeDescriptor 所公開 (Expose) 的屬性集合。

(繼承來源 ActivityDesigner)
IDesignerFilter.PreFilterEvents(IDictionary)

在衍生類別中覆寫時,可讓設計工具將項目加入至其透過 TypeDescriptor 所公開的事件集合。

(繼承來源 ActivityDesigner)
IDesignerFilter.PreFilterProperties(IDictionary)

在衍生類別中覆寫時,可讓設計工具將項目加入至其透過 TypeDescriptor 所公開的屬性集合。

(繼承來源 ActivityDesigner)
IPersistUIState.LoadViewState(BinaryReader)

從二進位資料流還原檢視狀態。

(繼承來源 ActivityDesigner)
IPersistUIState.SaveViewState(BinaryWriter)

將檢視狀態儲存到二進位資料流。

(繼承來源 ActivityDesigner)
IRootDesigner.GetView(ViewTechnology)

傳回指定之檢視技術的檢視物件。

(繼承來源 ActivityDesigner)
IRootDesigner.SupportedTechnologies

取得技術的陣列,該活動設計工具可支援其顯示。

(繼承來源 ActivityDesigner)
IToolboxUser.GetToolSupported(ToolboxItem)

判斷目前的活動設計工具是否支援指定的工具箱項目。

(繼承來源 ActivityDesigner)
IToolboxUser.ToolPicked(ToolboxItem)

選取指定的工具列項目。

(繼承來源 ActivityDesigner)
IWorkflowRootDesigner.InvokingDesigner

取得或設定 CompositeActivityDesigner,它會要求初始化活動設計工具。

(繼承來源 ActivityDesigner)
IWorkflowRootDesigner.IsSupportedActivityType(Type)

傳回值,這個值表示目前的 ActivityDesigner 是否支援指定型別。

(繼承來源 ActivityDesigner)
IWorkflowRootDesigner.MessageFilters

取得與活動設計工具相關聯的任何訊息篩選器。

(繼承來源 ActivityDesigner)
IWorkflowRootDesigner.SupportsLayoutPersistence

取得值,這個值會指出實際工作流程根目錄設計工具是否支援配置保存。

(繼承來源 ActivityDesigner)

適用於