SequentialActivityDesigner 类
定义
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
为在工作流设计图面上具有顺序垂直布局的所有活动设计器定义属性和方法。Defines properties and methods for all activity designers that have a sequential vertical layout on the workflow design surface.
public ref class SequentialActivityDesigner : System::Workflow::ComponentModel::Design::StructuredCompositeActivityDesigner
public class SequentialActivityDesigner : System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class SequentialActivityDesigner : System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner
type SequentialActivityDesigner = class
inherit StructuredCompositeActivityDesigner
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type SequentialActivityDesigner = class
inherit StructuredCompositeActivityDesigner
Public Class SequentialActivityDesigner
Inherits StructuredCompositeActivityDesigner
- 继承
-
SequentialActivityDesigner
- 派生
- 属性
注解
备注
本材料讨论的类型和命名空间已废弃不用。This material discusses types and namespaces that are obsolete. 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
SequentialActivityDesigner 和从它继承的类可以包含子活动设计器。The SequentialActivityDesigner and classes that inherit from it can contain child activity designers. 它们在工作流设计图面上的外观以垂直方式组织,子活动显示在 SequentialActivityDesigner 的图面上。Their appearance on the workflow design surface is organized vertically, with child activities displayed on the surface of the SequentialActivityDesigner.
构造函数
| SequentialActivityDesigner() |
初始化 SequentialActivityDesigner 类的新实例。Initializes a new instance of the SequentialActivityDesigner class. |
属性
| AccessibilityObject |
获取一个允许 AccessibleObject 为残障用户调整其 UI 的 SequentialActivityDesigner。Gets an AccessibleObject that allows the SequentialActivityDesigner to adjust its UI for users who have disabilities. |
| ActiveView |
获取或设置 DesignerView,其中包含有关由 StructuredCompositeActivityDesigner 显示的当前设计器视图的信息。Gets or sets the DesignerView that contains information about the current designer view displayed by the StructuredCompositeActivityDesigner. (继承自 StructuredCompositeActivityDesigner) |
| Activity |
获取与设计器关联的 Activity。Gets the Activity associated with the designer. (继承自 ActivityDesigner) |
| Bounds |
获取一个 Rectangle,其中包含环绕设计器的矩形的值(以逻辑坐标表示)。Gets a Rectangle which contains the value for the enclosing rectangle of the designer in logical coordinates. (继承自 ActivityDesigner) |
| CanExpandCollapse |
获取一个值,该值指示是否可以在工作流设计器图面上展开或折叠 SequentialActivityDesigner。Gets a value indicating whether the SequentialActivityDesigner can be expanded and collapsed on the workflow designer surface. |
| ContainedDesigners |
获取一个泛型只读集合,其中包含作为 StructuredCompositeActivityDesigner 的子级的所有活动设计器。Gets a generic read-only collection that contains all activity designers that are children of the StructuredCompositeActivityDesigner. (继承自 StructuredCompositeActivityDesigner) |
| CurrentDropTarget |
获取或设置由 GetDropTargets(Point) 返回的放置目标数组中当前放置目标的索引。Gets or sets the index of the current drop target in the array of drop targets returned by GetDropTargets(Point). (继承自 StructuredCompositeActivityDesigner) |
| DesignerActions |
获取与配置错误关联的操作的数组。Gets the array of actions associated with configuration errors. (继承自 ActivityDesigner) |
| DesignerTheme |
获取活动设计器的当前设计器主题。Gets the current designer theme for the activity designer. (继承自 ActivityDesigner) |
| EnableVisualResizing |
获取一个值,该值指示能否在任意形式的设计器中调整活动设计器的大小。Gets a value that indicates whether the activity designer can be resized in a free form designer. (继承自 ActivityDesigner) |
| ExpandButtonRectangle |
获取包含展开或折叠按钮的 Rectangle。Gets the Rectangle that contains the expand or collapse button. (继承自 CompositeActivityDesigner) |
| Expanded |
获取或设置一个值,该值指示设计器是否在工作流设计器图面上展开。Gets or sets a value indicating whether the designer is expanded on the workflow design surface. |
| FirstSelectableObject |
获取 SequentialActivityDesigner 的导航顺序中的第一个可选择对象。Gets the first selectable object in the navigation order of the SequentialActivityDesigner. |
| Glyphs |
获取与 SequentialActivityDesigner 关联的标志符号的只读集合。Gets a read-only collection of glyphs that are associated with the SequentialActivityDesigner. |
| HelpText |
获取或设置当 SequentialActivityDesigner 不包含任何其他活动设计器时显示的文本。Gets or sets the text to display when the SequentialActivityDesigner contains no other activity designers. |
| HelpTextRectangle |
获取用作由 HelpText 属性显示的文本的边界的矩形。Gets the rectangle that serves as the bounds for the text displayed by the HelpText property. |
| HelpTextSize |
获取当 SequentialActivityDesigner 不包含子活动设计器时其中显示的文本的高度和宽度。Gets the height and width of the text to display in the SequentialActivityDesigner when it contains no child activity designers. |
| Image |
获取或设置与设计器关联的 Image。Gets or sets the Image associated with the designer. (继承自 ActivityDesigner) |
| ImageRectangle |
获取与设计器关联的图像的环绕边界值(以逻辑坐标表示)。Gets the value for the enclosing bounds of the image associated with the designer in logical coordinates. (继承自 CompositeActivityDesigner) |
| InvokingDesigner |
获取或设置调用与当前活动设计器关联的活动的活动设计器。Gets or sets the designer of the activity that invokes the activity associated with the current activity designer. (继承自 ActivityDesigner) |
| IsEditable |
获取一个值,该值指示是否可以编辑设计器。Gets a value that indicates whether the designer can be edited. (继承自 CompositeActivityDesigner) |
| IsLocked |
获取一个值,该值指示能否修改与设计器关联的活动。Gets a value that indicates whether the activity associated with the designer can be modified. (继承自 ActivityDesigner) |
| IsPrimarySelection |
获取一个值,该值指示与设计器关联的活动是否为主选择。Gets a value that indicates whether the activity associated with the designer is the primary selection. (继承自 ActivityDesigner) |
| IsRootDesigner |
获取一个值,该值指示设计器是否为根设计器。Gets a value that indicates whether the designer is a root designer. (继承自 ActivityDesigner) |
| IsSelected |
获取一个值,该值指示是否选择了与设计器关联的活动。Gets a value that indicates whether the activity associated with the designer is selected. (继承自 ActivityDesigner) |
| IsVisible |
获取一个值,该值指示与设计器关联的活动在工作流上是否可见。Gets a value that indicates whether the activity associated with the designer is visible on the workflow. (继承自 ActivityDesigner) |
| LastSelectableObject |
获取 SequentialActivityDesigner 的导航顺序中的最后一个可选择对象。Gets the last selectable object in the navigation order of the SequentialActivityDesigner. |
| Location |
获取或设置设计器的位置(以逻辑坐标表示)。Gets or sets the location of the designer in logical coordinates. (继承自 CompositeActivityDesigner) |
| MessageFilters |
获取与活动设计器关联的消息筛选器的只读集合。Gets a read-only collection of message filters that are associated with the activity designer. (继承自 ActivityDesigner) |
| MinimumSize |
获取 StructuredCompositeActivityDesigner 的最小大小设置。Gets the minimum size settings for the StructuredCompositeActivityDesigner. (继承自 StructuredCompositeActivityDesigner) |
| ParentDesigner |
获取现有设计器的父设计器。Gets the parent designer of the existing designer. (继承自 ActivityDesigner) |
| ParentView |
获取包含当前活动设计器的工作流视图。Gets the workflow view that contains the current activity designer. (继承自 ActivityDesigner) |
| ShowSmartTag |
获取一个值,该值指示 StructuredCompositeActivityDesigner 是否显示智能标记。Gets a value indicating whether the StructuredCompositeActivityDesigner displays smart tags. (继承自 StructuredCompositeActivityDesigner) |
| Size |
获取或设置 ActivityDesigner 的大小。Gets or sets the size of the ActivityDesigner. (继承自 ActivityDesigner) |
| SmartTagRectangle |
获取应在其中显示智能标记的矩形。Gets the rectangle where the smart tag should be displayed. (继承自 ActivityDesigner) |
| SmartTagVerbs |
获取与设计器上的智能标记关联的设计器操作的只读集合。Gets a read-only collection of designer actions that are associated with the smart tags on the designer. (继承自 StructuredCompositeActivityDesigner) |
| Text |
获取或设置与设计器关联的文本。Gets or sets the text to associate with the designer. (继承自 ActivityDesigner) |
| TextRectangle |
获取说明矩形的值(以逻辑坐标表示)。Gets the value of the description rectangle in logical coordinates. (继承自 CompositeActivityDesigner) |
| TitleHeight |
获取设计器标题区的高度。Gets the height of the title area of the designer. (继承自 CompositeActivityDesigner) |
| Verbs |
获取与设计器关联的谓词的集合。Gets the collection of verbs to be associated with the designer. (继承自 ActivityDesigner) |
| Views |
获取当前 StructuredCompositeActivityDesigner 承载的设计器视图的只读集合。Gets a read-only collection of designer views that the current StructuredCompositeActivityDesigner hosts. (继承自 StructuredCompositeActivityDesigner) |
方法
| CanBeParentedTo(CompositeActivityDesigner) |
返回一个值,该值指示 CompositeActivity 能否设置与设计器关联的活动的父级。Returns a value that indicates if a CompositeActivity can be set as the parent of the activity associated with the designer. (继承自 ActivityDesigner) |
| CanConnect(ConnectionPoint, ConnectionPoint) |
返回一个值,该值指示能否在当前活动设计器上的指定连接点与目标活动设计器上的指定连接点之间创建连接。Returns a value that indicates whether a connection can be created between the specified connection point on the current activity designer and the specified connection point on a target activity designer. (继承自 ActivityDesigner) |
| CanInsertActivities(HitTestInfo, ReadOnlyCollection<Activity>) |
返回一个值,该值指示是否可以将指定的活动添加到工作流设计图面上指定位置的 StructuredCompositeActivityDesigner。Returns a value that indicates whether the specified activities can be added to the StructuredCompositeActivityDesigner at the specified location on the workflow design surface. (继承自 StructuredCompositeActivityDesigner) |
| CanMoveActivities(HitTestInfo, ReadOnlyCollection<Activity>) |
返回一个值,该值指示是否可以将复合活动中包含的活动移出与设计器关联的复合活动。Returns a value that indicates whether activities contained within the composite activity can be moved out of the composite activity associated with the designer. (继承自 CompositeActivityDesigner) |
| CanRemoveActivities(ReadOnlyCollection<Activity>) |
返回一个值,该值指示是否可以从 StructuredCompositeActivityDesigner 中移除指定活动。Returns a value that indicates whether the specified activities can be removed from the StructuredCompositeActivityDesigner. (继承自 StructuredCompositeActivityDesigner) |
| CreateView(ViewTechnology) |
使用指定的视图技术为当前活动设计器创建工作流视图。Creates a workflow view for the current activity designer using the specified ViewTechnology. (继承自 ActivityDesigner) |
| Dispose() |
释放由 ActivityDesigner 占用的非托管资源,还可以另外再释放托管资源。Releases the unmanaged resources used by the ActivityDesigner and optionally releases the managed resources. (继承自 ActivityDesigner) |
| Dispose(Boolean) |
释放由 CompositeActivityDesigner 占用的非托管资源,还可以另外再释放托管资源。Releases the unmanaged resources used by the CompositeActivityDesigner and optionally releases the managed resources. (继承自 CompositeActivityDesigner) |
| DoDefaultAction() |
执行与设计器关联的默认 UI 操作。Performs the default UI action associated with the designer. (继承自 ActivityDesigner) |
| DrawConnectors(Graphics, Pen, Point[], LineAnchor, LineAnchor) |
绘制要在 StructuredCompositeActivityDesigner 上显示的所有连接器。Draws all of the connectors to display on the StructuredCompositeActivityDesigner. (继承自 StructuredCompositeActivityDesigner) |
| EnsureVisible() |
移动屏幕的可视区域以确保指定设计器是可见的。Shifts the visible area of the screen to guarantee that the specified designer is visible. (继承自 ActivityDesigner) |
| EnsureVisibleContainedDesigner(ActivityDesigner) |
确保指定的活动设计器在工作流设计图面上可见。Ensures that the specified activity designer is visible on the workflow design surface. (继承自 StructuredCompositeActivityDesigner) |
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetConnectionPoints(DesignerEdges) |
返回沿指定 DesignerEdges 的活动设计器连接点的只读集合。Returns a read-only collection of connection points for the activity designer along the specified DesignerEdges. (继承自 ActivityDesigner) |
| GetConnections(DesignerEdges) |
返回设计器用于连接的点的只读集合。Returns a read-only collection of points that the designer uses for connections. (继承自 ActivityDesigner) |
| GetConnectors() |
返回限定了活动设计器的连接器边界的矩形的数组。Returns an array of rectangles that bound the activity designer's connectors. |
| GetDropTargets(Point) |
返回表示 SequentialActivityDesigner 中的有效放置位置的矩形数组。Returns array of rectangles that represent the valid drop locations within the SequentialActivityDesigner. |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetInnerConnections(DesignerEdges) |
返回一个表示 StructuredCompositeActivityDesigner 的内部连接点的各个点的只读集合。Returns a read-only collection of points that represent the inner connection points for the StructuredCompositeActivityDesigner. (继承自 StructuredCompositeActivityDesigner) |
| GetNextSelectableObject(Object, DesignerNavigationDirection) |
返回在当前 SequentialActivityDesigner 的导航顺序中位于指定对象后面的第一个可选择对象。Returns the first selectable object that follows the specified object in the navigation order of the current SequentialActivityDesigner. |
| GetPreviewImage(Graphics) |
获取指定 Graphics 上的活动设计器的图像。Gets the image of the activity designer on the specified Graphics. (继承自 ActivityDesigner) |
| GetService(Type) |
尝试从与设计器关联的活动的设计模式站点检索指定类型的服务。Tries to retrieve the specified type of service from the design mode site for the activity associated with the designer. (继承自 ActivityDesigner) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| HitTest(Point) |
返回有关工作流设计图面上指定点处的 SequentialActivityDesigner 的信息。Returns information about the SequentialActivityDesigner at the specified point on the workflow design surface. |
| Initialize(Activity) |
使用指定活动初始化设计器。Initializes the designer by using the specified activity. |
| InsertActivities(HitTestInfo, ReadOnlyCollection<Activity>) |
将指定活动添加到工作流设计图面上指定位置处的 StructuredCompositeActivityDesigner。Adds the specified activities to the StructuredCompositeActivityDesigner at the specified location on the workflow design surface. (继承自 StructuredCompositeActivityDesigner) |
| Invalidate() |
使设计器无效。Invalidates the designer. (继承自 ActivityDesigner) |
| Invalidate(Rectangle) |
使设计器上的指定矩形无效。Invalidates the specified rectangle on the designer. (继承自 ActivityDesigner) |
| IsContainedDesignerVisible(ActivityDesigner) |
获取一个值,该值指示包含的设计器是否可见。Gets a value that indicates if the contained designer is visible. (继承自 CompositeActivityDesigner) |
| IsSupportedActivityType(Type) |
返回一个值,该值指示在活动设计器为根设计器的情况下是否支持指定的活动类型。Returns a value that indicates whether the specified activity type is supported if the activity designer is a root designer. (继承自 ActivityDesigner) |
| LoadViewState(BinaryReader) |
从二进制流加载 StructuredCompositeActivityDesigner 的视图状态。Loads the view state of the StructuredCompositeActivityDesigner from a binary stream. (继承自 StructuredCompositeActivityDesigner) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| MoveActivities(HitTestInfo, ReadOnlyCollection<Activity>) |
将指定活动从 StructuredCompositeActivityDesigner 中显示的一个设计器移动到另一个设计器中。Moves the specified activities from one designer displayed in the StructuredCompositeActivityDesigner to another. (继承自 StructuredCompositeActivityDesigner) |
| OnActivityChanged(ActivityChangedEventArgs) |
当与设计器关联的活动发生更改时向设计器发出通知。Notifies the designer when the activity associated with it changes. (继承自 StructuredCompositeActivityDesigner) |
| OnBeginResizing(ActivityDesignerResizeEventArgs) |
在设计器位于 ActivityDesigner 中的情况下用户开始直观地调整活动设计器的大小时,向 FreeformActivityDesigner 发出通知。Notifies the ActivityDesigner when a user starts to visually resize the activity designer when the designer is in a FreeformActivityDesigner. (继承自 ActivityDesigner) |
| OnConnected(ConnectionPoint, ConnectionPoint) |
当在两个连接点之间建立连接时,向 ActivityDesigner 发出通知。Notifies the ActivityDesigner when a connection is established between two connection points. (继承自 ActivityDesigner) |
| OnContainedActivitiesChanged(ActivityCollectionChangeEventArgs) |
当设计器中包含的多个活动更改时发生。Occurs when more than one activities contained within the designers have changed. 例如,添加新的子活动或移除现有的子活动时会发生这种情况。This occurs, for example, when a new child activity is added or an existing child activity is removed. (继承自 CompositeActivityDesigner) |
| OnContainedActivitiesChanging(ActivityCollectionChangeEventArgs) |
当 StructuredCompositeActivityDesigner 包含的多个活动发生更改时向其发出通知。Notifies the StructuredCompositeActivityDesigner when more than one of the activities it contains has changed. (继承自 StructuredCompositeActivityDesigner) |
| OnContainedActivityChanged(ActivityChangedEventArgs) |
当设计器中包含的活动更改时发生。Occurs when an activity contained within the designer has changed. (继承自 CompositeActivityDesigner) |
| OnDragDrop(ActivityDragEventArgs) |
对设计图面的边界完成拖放操作时向 StructuredCompositeActivityDesigner 发出通知。Notifies the StructuredCompositeActivityDesigner when a drag-drop operation is completed with the bounds of its design surface. (继承自 StructuredCompositeActivityDesigner) |
| OnDragEnter(ActivityDragEventArgs) |
正在执行拖放操作并且用户的鼠标光标进入设计器的边界时,向 StructuredCompositeActivityDesigner 发出通知。Notifies the StructuredCompositeActivityDesigner when a drag-drop operation is in progress and the user's mouse cursor enters the bounds of the designer. (继承自 StructuredCompositeActivityDesigner) |
| OnDragLeave() |
正在执行拖放操作并且用户的鼠标光标离开设计器的边界时,向 StructuredCompositeActivityDesigner 发出通知。Notifies the StructuredCompositeActivityDesigner when a drag-drop operation is in progress and the user's mouse cursor leaves the bounds of the designer. (继承自 StructuredCompositeActivityDesigner) |
| OnDragOver(ActivityDragEventArgs) |
当执行拖放操作并且用户的鼠标光标位于设计器边界内时,向 StructuredCompositeActivityDesigner 发出通知。Notifies the StructuredCompositeActivityDesigner when a drag-drop operation is in progress and the user's mouse cursor is inside the bounds of the designer. (继承自 StructuredCompositeActivityDesigner) |
| OnEndResizing() |
在设计器位于 ActivityDesigner 中的情况下用户完成直观地调整活动设计器的大小时,向 FreeformActivityDesigner 发出通知。Notifies the ActivityDesigner when a user is finished visually resizing the activity designer when the designer is in a FreeformActivityDesigner. (继承自 ActivityDesigner) |
| OnExecuteDesignerAction(DesignerAction) |
当用户单击与设计器关联的配置错误时,向 ActivityDesigner 发出通知。Notifies the ActivityDesigner when the user clicks on the configuration errors associated with the designer. (继承自 ActivityDesigner) |
| OnGiveFeedback(GiveFeedbackEventArgs) |
更新执行拖动操作时提供给用户的反馈的视觉提示。Updates the visual cues for feedback supplied to the user when performing a drag operation. (继承自 ActivityDesigner) |
| OnKeyDown(KeyEventArgs) |
设计器有焦点的情况下按下某个键时调用。Called when a key is pressed with the designer in focus. (继承自 CompositeActivityDesigner) |
| OnKeyUp(KeyEventArgs) |
在设计器有键盘焦点的情况下释放键时发生。Occurs when a key is released when the designer has keyboard focus. (继承自 ActivityDesigner) |
| OnLayoutPosition(ActivityDesignerLayoutEventArgs) |
在 SequentialActivityDesigner 上执行位置视觉提示和子设计器的布局任务。Performs layout tasks to position visual cues and child designers on the SequentialActivityDesigner. |
| OnLayoutSize(ActivityDesignerLayoutEventArgs) |
为 SequentialActivityDesigner 中包含的设计器上的视觉提示设置大小。Sets the size of the visual cues on the designers contained within the SequentialActivityDesigner. |
| OnMouseCaptureChanged() |
在鼠标捕获发生更改时发生。Occurs when the mouse capture changes. (继承自 ActivityDesigner) |
| OnMouseDoubleClick(MouseEventArgs) |
在设计器上多次单击鼠标按钮时发生。Occurs when the mouse button is clicked multiple times on the designer. (继承自 ActivityDesigner) |
| OnMouseDown(MouseEventArgs) |
指针位于设计器边界内的情况下单击鼠标时调用。Called when the mouse is clicked when the pointer is in designer bounds. (继承自 CompositeActivityDesigner) |
| OnMouseDragBegin(Point, MouseEventArgs) |
当用户开始在设计器上拖动鼠标时发生。Occurs when the user starts to drag the mouse on the designer. (继承自 ActivityDesigner) |
| OnMouseDragEnd() |
当用户停止在设计器上拖动鼠标时发生。Occurs when the user stops dragging the mouse on the designer. (继承自 ActivityDesigner) |
| OnMouseDragMove(MouseEventArgs) |
在用户在设计器上拖动指针的过程中鼠标每次发生移动时发生。Occurs on each movement of the mouse as the user drags the pointer over the designer. (继承自 ActivityDesigner) |
| OnMouseEnter(MouseEventArgs) |
当鼠标第一次进入设计器边界时发生。Occurs when the mouse first enters the designer bounds. (继承自 ActivityDesigner) |
| OnMouseHover(MouseEventArgs) |
当指针位于设计器边界内时发生。Occurs when the pointer is in designer bounds. (继承自 ActivityDesigner) |
| OnMouseLeave() |
当指针移出设计器边界时发生。Occurs when the pointer leaves designer bounds. (继承自 ActivityDesigner) |
| OnMouseMove(MouseEventArgs) |
当指针在设计器边界内移动时发生。Occurs when the pointer is moving in designer bounds. (继承自 ActivityDesigner) |
| OnMouseUp(MouseEventArgs) |
在指针位于设计器边界内的情况下释放鼠标按钮时发生。Occurs when the mouse button is released when the pointer is in designer bounds. (继承自 ActivityDesigner) |
| OnPaint(ActivityDesignerPaintEventArgs) |
在设计时绘制活动的可视表示形式。Draws the visual representation of activity at design time. |
| OnProcessMessage(Message) |
允许设计器处理原始 Win32 消息。Allows the designer to process raw Win32 messages. (继承自 ActivityDesigner) |
| OnQueryContinueDrag(QueryContinueDragEventArgs) |
控制拖动操作是否应继续。Controls whether the drag operation should continue. (继承自 ActivityDesigner) |
| OnResizing(ActivityDesignerResizeEventArgs) |
当用户在设计时直观地调整其大小时,向 ActivityDesigner 发出通知。Notifies the ActivityDesigner when a user is visually resizing it at design time. 仅当活动设计器是 FreeformActivityDesigner 的子级时,才会调用此方法。The method is only called if the activity designer is a child of a FreeformActivityDesigner. (继承自 ActivityDesigner) |
| OnScroll(ScrollBar, Int32) |
在用户更改滚动位置时,向 ActivityDesigner 发出通知。Notifies the ActivityDesigner when a user changes the scroll position. (继承自 ActivityDesigner) |
| OnShowSmartTagVerbs(Point) |
显示与工作流设计图面上指定位置处的智能标记关联的设计器谓词。Displays the designer verbs associated with a smart tag at a specified location on the workflow design surface. (继承自 StructuredCompositeActivityDesigner) |
| OnSmartTagVisibilityChanged(Boolean) |
向ActivityDesigner通知应该显示还是隐藏智能标记。Notifies the ActivityDesigner whether a smart tag should be displayed or hidden. (继承自 ActivityDesigner) |
| OnThemeChange(ActivityDesignerTheme) |
向设计器通知关联的主题已发生更改。Notifies the designer that the associated theme has changed. (继承自 CompositeActivityDesigner) |
| OnViewChanged(DesignerView) |
在当前设计器视图发生更改时,向 StructuredCompositeActivityDesigner 发出通知。Notifies the StructuredCompositeActivityDesigner when the current designer view changes. (继承自 StructuredCompositeActivityDesigner) |
| PaintContainedDesigners(ActivityDesignerPaintEventArgs) |
调整图形对象上的剪裁区域并对所有包含的设计器调用 OnPaint(ActivityDesignerPaintEventArgs)。Adjusts the clip region on the graphics object and calls OnPaint(ActivityDesignerPaintEventArgs) on all contained designers. (继承自 CompositeActivityDesigner) |
| PerformLayout() |
更新设计器的布局。Updates the layout of the designer. (继承自 ActivityDesigner) |
| PointToLogical(Point) |
将点从屏幕坐标系转换为活动设计器坐标系。Transforms a point from screen coordinate system to the activity designer coordinate system. (继承自 ActivityDesigner) |
| PointToScreen(Point) |
将点从活动设计器坐标系转换为屏幕坐标系。Transforms a point from the activity designer coordinate system to the screen coordinate system. (继承自 ActivityDesigner) |
| PostFilterAttributes(IDictionary) |
当在派生类中重写时,允许设计器更改或移除它通过 TypeDescriptor 公开的特性集中的项。When overridden in a derived class, allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor. (继承自 ActivityDesigner) |
| PostFilterEvents(IDictionary) |
当在派生类中重写时,允许设计器更改或移除它通过 TypeDescriptor 公开的事件集中的项。When overridden in a derived class, allows the designer to change or remove items from the set of events that it exposes through a TypeDescriptor. (继承自 ActivityDesigner) |
| PostFilterProperties(IDictionary) |
当在派生类中重写时,允许设计器更改或移除它通过 TypeDescriptor 公开的属性集中的项。When overridden in a derived class, allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor. (继承自 ActivityDesigner) |
| PreFilterAttributes(IDictionary) |
当在派生类中重写时,允许设计器向它通过 TypeDescriptor 公开的特性集中添加项。When overridden in a derived class, allows a designer to add items to the set of attributes that it exposes through a TypeDescriptor. (继承自 ActivityDesigner) |
| PreFilterEvents(IDictionary) |
当在派生类中重写时,允许设计器向它通过 TypeDescriptor 公开的事件集中添加项。When overridden in a derived class, allows a designer to add items to the set of events that it exposes through a TypeDescriptor. (继承自 ActivityDesigner) |
| PreFilterProperties(IDictionary) |
当在派生类中重写时,允许设计器向它通过 TypeDescriptor 公开的属性集中添加项。When overridden in a derived class, allows a designer to add items to the set of properties that it exposes through a TypeDescriptor. (继承自 ActivityDesigner) |
| RectangleToLogical(Rectangle) |
将矩形从屏幕坐标系转换为活动设计器坐标系。Transforms a rectangle from the screen coordinate system to the activity designer coordinate system. (继承自 ActivityDesigner) |
| RectangleToScreen(Rectangle) |
将矩形从活动设计器坐标系转换为屏幕坐标系。Transforms a rectangle from the activity designer coordinate system to the screen coordinate system. (继承自 ActivityDesigner) |
| RefreshDesignerActions() |
刷新与设计器关联的配置错误。Refreshes the configuration errors associated with the designer. (继承自 ActivityDesigner) |
| RefreshDesignerVerbs() |
通过调用状态处理程序,刷新与设计器关联的活动设计器谓词。Refreshes the activity designer verbs associated with the designer by calling the status handler. (继承自 ActivityDesigner) |
| RemoveActivities(ReadOnlyCollection<Activity>) |
从复合活动设计器中移除一系列活动。Removes a list of activities from the composite activity designer. (继承自 CompositeActivityDesigner) |
| SaveViewState(BinaryWriter) |
将 StructuredCompositeActivityDesigner 的当前视图状态存储到二进制流中。Stores the current view state of the StructuredCompositeActivityDesigner to a binary stream. (继承自 StructuredCompositeActivityDesigner) |
| ShowInfoTip(String) |
显示指定的信息提示。Shows the specified info tip. (继承自 ActivityDesigner) |
| ShowInfoTip(String, String) |
使用指定的标题和文本显示 ActivityDesigner 的信息提示。Displays the info tip for the ActivityDesigner with the specified title and text. (继承自 ActivityDesigner) |
| ShowInPlaceTip(String, Rectangle) |
在指定的矩形位置显示指定的工具提示。Displays the specified tool tip in the specified rectangle location. (继承自 ActivityDesigner) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |
显式接口实现
| IDesigner.Component |
获取与活动设计器关联的基组件。Gets the base component with which the activity designer is associated. (继承自 ActivityDesigner) |
| IDesigner.DoDefaultAction() |
执行与设计器关联的默认操作。Performs the default action associated with the designer. (继承自 ActivityDesigner) |
| IDesigner.Initialize(IComponent) |
使用关联的活动初始化设计器。Initializes the designer with the associated activity. (继承自 ActivityDesigner) |
| IDesigner.Verbs |
获取与活动设计器关联的设计时谓词。Gets the design-time verbs associated with the activity designer. (继承自 ActivityDesigner) |
| IDesignerFilter.PostFilterAttributes(IDictionary) |
当在派生类中重写时,允许设计器更改或移除它通过 TypeDescriptor 公开的特性集中的项。When overridden in a derived class, allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor. (继承自 ActivityDesigner) |
| IDesignerFilter.PostFilterEvents(IDictionary) |
当在派生类中重写时,允许设计器更改或移除它通过 TypeDescriptor 公开的事件集中的项。When overridden in a derived class, allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor. (继承自 ActivityDesigner) |
| IDesignerFilter.PostFilterProperties(IDictionary) |
当在派生类中重写时,允许设计器更改或移除它通过 TypeDescriptor 公开的属性集中的项。When overridden in a derived class, allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor. (继承自 ActivityDesigner) |
| IDesignerFilter.PreFilterAttributes(IDictionary) |
当在派生类中重写时,允许设计器向它通过 TypeDescriptor 公开的特性集中添加项。When overridden in a derived class, allows a designer to add items to the set of attributes that it exposes through a TypeDescriptor. (继承自 ActivityDesigner) |
| IDesignerFilter.PreFilterEvents(IDictionary) |
当在派生类中重写时,允许设计器向它通过 TypeDescriptor 公开的事件集中添加项。When overridden in a derived class, allows a designer to add items to the set of events that it exposes through a TypeDescriptor. (继承自 ActivityDesigner) |
| IDesignerFilter.PreFilterProperties(IDictionary) |
当在派生类中重写时,允许设计器向它通过 TypeDescriptor 公开的属性集中添加项。When overridden in a derived class, allows a designer to add items to the set of properties that it exposes through a TypeDescriptor. (继承自 ActivityDesigner) |
| IPersistUIState.LoadViewState(BinaryReader) |
从二进制流还原视图状态。Restores the view state from a binary stream. (继承自 ActivityDesigner) |
| IPersistUIState.SaveViewState(BinaryWriter) |
将视图状态保存到二进制流。Saves the view state to a binary stream. (继承自 ActivityDesigner) |
| IRootDesigner.GetView(ViewTechnology) |
返回指定视图技术的视图对象。Returns a view object for the specified view technology. (继承自 ActivityDesigner) |
| IRootDesigner.SupportedTechnologies |
获取活动设计器可为其显示提供支持的技术集。Gets the array of technologies that the activity designer can support for its display. (继承自 ActivityDesigner) |
| IToolboxUser.GetToolSupported(ToolboxItem) |
确定当前活动设计器是否支持指定的工具箱项。Determines whether the specified Toolbox item is supported by the current activity designer. (继承自 ActivityDesigner) |
| IToolboxUser.ToolPicked(ToolboxItem) |
选择指定的工具箱项。Selects the specified toolbox item. (继承自 ActivityDesigner) |
| IWorkflowRootDesigner.InvokingDesigner |
获取或设置请求要初始化的活动设计器的 CompositeActivityDesigner。Gets or sets the CompositeActivityDesigner that requested the activity designer be initialized. (继承自 ActivityDesigner) |
| IWorkflowRootDesigner.IsSupportedActivityType(Type) |
返回一个值,该值指示当前 ActivityDesigner 是否支持指定的类型。Returns a value that indicates whether the specified type is supported on the current ActivityDesigner. (继承自 ActivityDesigner) |
| IWorkflowRootDesigner.MessageFilters |
获取与活动设计器关联的任何消息筛选器。Gets any message filters associated with the activity designer. (继承自 ActivityDesigner) |
| IWorkflowRootDesigner.SupportsLayoutPersistence |
获取一个值,该值指示实际的工作流根设计器是否支持布局持久性。Gets the value that indicates whether the actual workflow root designer supports the layout persistence. (继承自 ActivityDesigner) |