ConfigErrorGlyph 類別

定義

警告

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

提供 ActivityDesigner 的圖像以在使用者沒有執行設計階段需要的設計工具動作時顯示。

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

備註

注意

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

活動設計工具使用 ConfigErrorGlyph 來顯示關聯於設計介面上智慧標籤的動作。 例如,如果活動需要使用者設定屬性,活動設計工具將顯示 ConfigErrorGlyph 以幫助通知使用者需要設定屬性。

建構函式

ConfigErrorGlyph()

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

欄位

HighestPriority

表示 DesignerGlyph 最高的可能優先權。 這個值是常數。

(繼承來源 DesignerGlyph)
LowestPriority

表示 DesignerGlyph 最低的可能優先權。 這個值是常數。

(繼承來源 DesignerGlyph)
NormalPriority

代表 DesignerGlyph 的一般優先權。 這個值是常數。

(繼承來源 DesignerGlyph)

屬性

CanBeActivated

取得值,指出 ConfigErrorGlyph 是否可以在與其相關的 ActivityDesigner 上取得焦點。

Priority

取得活動設計工具介面上圖像的優先權設定。

方法

Equals(Object)

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

(繼承來源 Object)
GetBounds(ActivityDesigner, Boolean)

傳回特定 ActivityDesigner 上的圖像界限。

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
OnActivate(ActivityDesigner)

通知圖像,啟動圖像的動作已經執行。

OnPaint(Graphics, Boolean, AmbientTheme, ActivityDesigner)

執行任何轉譯活動設計工具介面上圖像時所需的工作。

ToString()

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

(繼承來源 Object)

適用於