AddConnector(ConnectionPoint, ConnectionPoint)
|
已淘汰.
將接點加入至 FreeformActivityDesigner。
|
BringToFront(ActivityDesigner)
|
已淘汰.
將指定的 ActivityDesigner 放到 FreeformActivityDesigner 疊置順序最上層。
|
CanBeParentedTo(CompositeActivityDesigner)
|
已淘汰.
傳回值,這個值表示 CompositeActivity 是否可以設定為與設計工具相關聯之活動的父系。
(繼承來源 ActivityDesigner)
|
CanConnect(ConnectionPoint, ConnectionPoint)
|
已淘汰.
傳回值,這個值表示是否能在目前活動設計工具的指定連線點和目標活動設計工具的指定連線點之間建立連線。
(繼承來源 ActivityDesigner)
|
CanConnectContainedDesigners(ConnectionPoint, ConnectionPoint)
|
已淘汰.
傳回值,這個值表示 FreeformActivityDesigner 是否能在來源子活動設計工具的指定連線點以及目標子活動設計工具的指定連線點之間建立連線。
|
CanInsertActivities(HitTestInfo, ReadOnlyCollection<Activity>)
|
已淘汰.
傳回值,這個值會指出是否可將活動插入到與設計工具相關聯的複合活動中。
(繼承來源 CompositeActivityDesigner)
|
CanMoveActivities(HitTestInfo, ReadOnlyCollection<Activity>)
|
已淘汰.
傳回值,這個值會指出是否可以將包含在複合活動內的活動移出與設計工具相關聯的複合活動。
(繼承來源 CompositeActivityDesigner)
|
CanRemoveActivities(ReadOnlyCollection<Activity>)
|
已淘汰.
傳回值,這個值會指出是否可將活動從與設計工具相關聯的複合活動中移除。
(繼承來源 CompositeActivityDesigner)
|
CanResizeContainedDesigner(ActivityDesigner)
|
已淘汰.
傳回值,這個值表示使用者是否能以視覺方式調整 FreeformActivityDesigner 中指定之子活動設計工具的大小。
|
CreateConnector(ConnectionPoint, ConnectionPoint)
|
已淘汰.
在兩個指定的連線點之間建立接點。
|
CreateView(ViewTechnology)
|
已淘汰.
使用指定的 ViewTechnology 為目前的活動設計工具建立工作流程檢視。
(繼承來源 ActivityDesigner)
|
Dispose()
|
已淘汰.
釋放 ActivityDesigner 所使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。
(繼承來源 ActivityDesigner)
|
Dispose(Boolean)
|
已淘汰.
釋放 FreeformActivityDesigner 所使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。
|
DoDefaultAction()
|
已淘汰.
執行與設計工具關聯的預設 UI 動作。
(繼承來源 ActivityDesigner)
|
EnsureVisible()
|
已淘汰.
移動螢幕的可見區域,以確定能夠看見指定的設計工具。
(繼承來源 ActivityDesigner)
|
EnsureVisibleContainedDesigner(ActivityDesigner)
|
已淘汰.
確認包含的設計工具可讓使用者看見。
(繼承來源 CompositeActivityDesigner)
|
Equals(Object)
|
已淘汰.
判斷指定的物件是否等於目前的物件。
(繼承來源 Object)
|
GetConnectionPoints(DesignerEdges)
|
已淘汰.
傳回沿著指定的 DesignerEdges 的活動設計工具所屬連接點的唯讀集合。
(繼承來源 ActivityDesigner)
|
GetConnections(DesignerEdges)
|
已淘汰.
傳回設計工具用來連線的點唯讀集合。
(繼承來源 ActivityDesigner)
|
GetHashCode()
|
已淘汰.
做為預設雜湊函式。
(繼承來源 Object)
|
GetNextSelectableObject(Object, DesignerNavigationDirection)
|
已淘汰.
傳回第一個可選取的物件,該物件在目前 FreeformActivityDesigner 的巡覽順序中跟在指定的物件之後。
|
GetPreviewImage(Graphics)
|
已淘汰.
取得指定之 Graphics 上活動設計工具的影像。
(繼承來源 ActivityDesigner)
|
GetService(Type)
|
已淘汰.
嘗試從與設計工具關聯之活動的設計模式站台,擷取指定的服務類型。
(繼承來源 ActivityDesigner)
|
GetType()
|
已淘汰.
取得目前執行個體的 Type。
(繼承來源 Object)
|
HitTest(Point)
|
已淘汰.
傳回位於工作流程設計介面指定座標的 FreeformActivityDesigner 相關資訊。
|
Initialize(Activity)
|
已淘汰.
使用指定的 FreeformActivityDesigner 初始化 Activity。
|
InsertActivities(HitTestInfo, ReadOnlyCollection<Activity>)
|
已淘汰.
將指定的活動唯讀集合加入至工作流程設計介面上指定位置的 FreeformActivityDesigner。
|
Invalidate()
|
已淘汰.
使設計工具失效。
(繼承來源 ActivityDesigner)
|
Invalidate(Rectangle)
|
已淘汰.
使設計工具的指定矩形無效。
(繼承來源 ActivityDesigner)
|
IsContainedDesignerVisible(ActivityDesigner)
|
已淘汰.
取得值,這個值會指出包含的設計工具是否為可見。
(繼承來源 CompositeActivityDesigner)
|
IsSupportedActivityType(Type)
|
已淘汰.
傳回值,這個值表示如果活動設計工具為根目錄設計工具時是否支援指定的活動類型。
(繼承來源 ActivityDesigner)
|
LoadViewState(BinaryReader)
|
已淘汰.
從二進位資料流還原檢視狀態。
(繼承來源 CompositeActivityDesigner)
|
MemberwiseClone()
|
已淘汰.
建立目前 Object 的淺層複製。
(繼承來源 Object)
|
MoveActivities(HitTestInfo, ReadOnlyCollection<Activity>)
|
已淘汰.
將活動移到設計介面內的指定位置。
|
MoveContainedDesigner(ActivityDesigner, Point)
|
已淘汰.
將指定的 ActivityDesigner 移至指定的位置。
|
OnActivityChanged(ActivityChangedEventArgs)
|
已淘汰.
當活動與變更關聯時,通知 ActivityDesigner。
(繼承來源 ActivityDesigner)
|
OnBeginResizing(ActivityDesignerResizeEventArgs)
|
已淘汰.
當設計工具為 ActivityDesigner,而使用者開始以視覺方法調整活動設計工具的大小時,通知 FreeformActivityDesigner。
(繼承來源 ActivityDesigner)
|
OnConnected(ConnectionPoint, ConnectionPoint)
|
已淘汰.
當在兩個連線點之間建立連線時,通知 ActivityDesigner。
(繼承來源 ActivityDesigner)
|
OnConnectorAdded(ConnectorEventArgs)
|
已淘汰.
引發 ConnectorAdded 事件。
|
OnConnectorChanged(ConnectorEventArgs)
|
已淘汰.
引發 ConnectorChanged 事件。
|
OnConnectorRemoved(ConnectorEventArgs)
|
已淘汰.
引發 ConnectorRemoved 事件。
|
OnContainedActivitiesChanged(ActivityCollectionChangeEventArgs)
|
已淘汰.
發生於一個以上包含於設計工具內的活動變更時, 例如加入一個新的子活動或移除現有的子活動。
(繼承來源 CompositeActivityDesigner)
|
OnContainedActivitiesChanging(ActivityCollectionChangeEventArgs)
|
已淘汰.
會在子活動加入至其 FreeformActivityDesigner 集合或從中移除時,通知 Activities 。
|
OnContainedActivityChanged(ActivityChangedEventArgs)
|
已淘汰.
發生於包含在設計工具內的活動變更時。
(繼承來源 CompositeActivityDesigner)
|
OnContainedDesignersConnected(ConnectionPoint, ConnectionPoint)
|
已淘汰.
當在其中包含的兩個活動設計工具之間建立連線時,通知 FreeformActivityDesigner。
|
OnDragDrop(ActivityDragEventArgs)
|
已淘汰.
當在設計介面界限內完成拖放作業時,通知 FreeformActivityDesigner。
|
OnDragEnter(ActivityDragEventArgs)
|
已淘汰.
當正在進行拖放作業且指標進入設計工具界限內時發生。
(繼承來源 ActivityDesigner)
|
OnDragLeave()
|
已淘汰.
當正在進行拖放作業且指標離開設計工具界限時發生。
(繼承來源 ActivityDesigner)
|
OnDragOver(ActivityDragEventArgs)
|
已淘汰.
在進行拖放作業且使用者的滑鼠游標位於設計工具的界限內時,通知 FreeformActivityDesigner。
|
OnEndResizing()
|
已淘汰.
當設計工具為 ActivityDesigner,而使用者完成以視覺方法調整活動設計工具的大小時,通知 FreeformActivityDesigner。
(繼承來源 ActivityDesigner)
|
OnExecuteDesignerAction(DesignerAction)
|
已淘汰.
當使用者按一下與設計工具相關聯的組態錯誤時,通知 ActivityDesigner。
(繼承來源 ActivityDesigner)
|
OnGiveFeedback(GiveFeedbackEventArgs)
|
已淘汰.
更新當執行拖曳作業時提供給使用者的回應視覺提示。
(繼承來源 ActivityDesigner)
|
OnKeyDown(KeyEventArgs)
|
已淘汰.
發生於設計工具擁有鍵盤焦點,且按下按鍵時。
|
OnKeyUp(KeyEventArgs)
|
已淘汰.
發生於設計工具擁有鍵盤焦點,且釋放按鍵時。
(繼承來源 ActivityDesigner)
|
OnLayoutPosition(ActivityDesignerLayoutEventArgs)
|
已淘汰.
執行配置工具,將視覺提示和子設計工作放在 FreeformActivityDesigner。
|
OnLayoutSize(ActivityDesignerLayoutEventArgs)
|
已淘汰.
當 FreeformActivityDesigner 所顯示之設計工具上的視覺提示大小變更時,通知 FreeformActivityDesigner。
|
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)
|
已淘汰.
在設計階段繪製複合活動的視覺化表示。
(繼承來源 CompositeActivityDesigner)
|
OnProcessMessage(Message)
|
已淘汰.
允許設計工具處理原始的 Win32 訊息。
(繼承來源 ActivityDesigner)
|
OnQueryContinueDrag(QueryContinueDragEventArgs)
|
已淘汰.
控制是否該繼續拖曳作業。
(繼承來源 ActivityDesigner)
|
OnResizing(ActivityDesignerResizeEventArgs)
|
已淘汰.
當使用者在設計階段以視覺方式重新調整大小時,通知 FreeformActivityDesigner。
|
OnScroll(ScrollBar, Int32)
|
已淘汰.
當使用者變更捲軸的位置時,通知 ActivityDesigner。
(繼承來源 ActivityDesigner)
|
OnShowSmartTagVerbs(Point)
|
已淘汰.
顯示與指定點上智慧標籤相關聯的設計工具動詞。
(繼承來源 ActivityDesigner)
|
OnSmartTagVisibilityChanged(Boolean)
|
已淘汰.
當顯示或隱藏智慧標籤時,通知 ActivityDesigner。
(繼承來源 ActivityDesigner)
|
OnThemeChange(ActivityDesignerTheme)
|
已淘汰.
通知 FreeformActivityDesigner 與其相關聯的主題已變更。
|
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)
|
RemoveConnector(Connector)
|
已淘汰.
將指定的 Connector 從 FreeformActivityDesigner 中移除。
|
ResizeContainedDesigner(ActivityDesigner, Size)
|
已淘汰.
將指定的 ActivityDesigner 大小調整為指定大小的維度。
|
SaveViewState(BinaryWriter)
|
已淘汰.
將檢視狀態儲存到二進位資料流。
(繼承來源 CompositeActivityDesigner)
|
SendToBack(ActivityDesigner)
|
已淘汰.
將指定的 ActivityDesigner 設定到 FreeformActivityDesigner 疊置順序最下層。
|
ShowInfoTip(String)
|
已淘汰.
顯示指定的資訊提示。
(繼承來源 ActivityDesigner)
|
ShowInfoTip(String, String)
|
已淘汰.
以指定的標題和文字顯示 ActivityDesigner 的資訊提示。
(繼承來源 ActivityDesigner)
|
ShowInPlaceTip(String, Rectangle)
|
已淘汰.
在定的矩形位置中顯示指定的工具提示。
(繼承來源 ActivityDesigner)
|
ToString()
|
已淘汰.
傳回代表目前物件的字串。
(繼承來源 Object)
|