SelectionGlyph.Priority 属性

定义

获取活动设计器上标志符号的视图优先级。Gets the view priority of the glyph on the activity designer.

public:
 virtual property int Priority { int get(); };
public override int Priority { get; }
member this.Priority : int
Public Overrides ReadOnly Property Priority As Integer

属性值

Int32

一个整数,表示活动设计器上标志符号的视图优先级。An integer that represents the view priority of the glyph on the activity designer.

注解

可能的优先级设置由下列 DesignerGlyph 字段定义:The possible priority settings are defined by the following DesignerGlyph fields:

HighestPriorityLowestPriorityNormalPriorityHighestPriority, LowestPriority, and NormalPriority.

适用于