SelectionGlyph 类

定义

注意

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

在工作流设计图面上选择 ActivityDesigner 时,为它所显示的所有标志符号类提供方法和属性。

public ref class SelectionGlyph abstract : System::Workflow::ComponentModel::Design::DesignerGlyph
public abstract class SelectionGlyph : System.Workflow.ComponentModel.Design.DesignerGlyph
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public abstract class SelectionGlyph : System.Workflow.ComponentModel.Design.DesignerGlyph
type SelectionGlyph = class
    inherit DesignerGlyph
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type SelectionGlyph = class
    inherit DesignerGlyph
Public MustInherit Class SelectionGlyph
Inherits DesignerGlyph
继承
SelectionGlyph
属性

注解

注意

本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型

对于显示在活动设计器上的标志符号,有些可以由用户选择,有些则不能。 当用户选择可选择的标志符号时,该标志符号在活动设计图面上的外观会发生更改。 对于当用户在活动设计图面上选择标志符号时会更改外观的所有标志符号类,SelectionGlyph 类是这些类的基类。

实施者说明

SelectionGlyph 继承时,必须重写以下成员:IsPrimarySelection

构造函数

SelectionGlyph()
已过时.

在派生类中实现时,初始化 SelectionGlyph 类的新实例。

字段

HighestPriority
已过时.

表示 DesignerGlyph 的可能的最高优先级。 该值是一个常数。

(继承自 DesignerGlyph)
LowestPriority
已过时.

表示 DesignerGlyph 的可能的最低优先级。 该值是一个常数。

(继承自 DesignerGlyph)
NormalPriority
已过时.

表示 DesignerGlyph 的正常优先级。 该值是一个常数。

(继承自 DesignerGlyph)

属性

CanBeActivated
已过时.

获取一个值,该值指示 DesignerGlyph 能否在关联的 ActivityDesigner 上获取焦点。

(继承自 DesignerGlyph)
IsPrimarySelection
已过时.

在派生类中重写时,将获取一个值,该值指示选择标志符号是否为设计图面上的所有选定标志符号的主选定标志符号。

Priority
已过时.

获取活动设计器上标志符号的视图优先级。

方法

Equals(Object)
已过时.

确定指定对象是否等于当前对象。

(继承自 Object)
GetBounds(ActivityDesigner, Boolean)
已过时.

返回指定 ActivityDesigner 上的选择标志符号的边界。

GetGrabHandles(ActivityDesigner)
已过时.

返回表示选定标志符号的抓取手柄的矩形数组。

GetHashCode()
已过时.

作为默认哈希函数。

(继承自 Object)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()
已过时.

创建当前 Object 的浅表副本。

(继承自 Object)
OnActivate(ActivityDesigner)
已过时.

向标志符号指示激活它的操作已执行。

(继承自 DesignerGlyph)
OnPaint(Graphics, Boolean, AmbientTheme, ActivityDesigner)
已过时.

执行在活动设计器图面上呈现标志符号时所需的任何任务。

ToString()
已过时.

返回表示当前对象的字符串。

(继承自 Object)

适用于