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
屬性

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

活動設計師用來 ConfigErrorGlyph 在設計者表面顯示與智慧標籤相關的動作。 例如,如果某項活動需要使用者設定屬性,活動設計師會顯示 ConfigErrorGlyph 以協助他們通知必須設定該屬性。

建構函式

名稱 Description
ConfigErrorGlyph()
已淘汰.

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

欄位

名稱 Description
HighestPriority
已淘汰.

代表 的最高優先權 DesignerGlyph。 這個數值是固定不變的。

(繼承來源 DesignerGlyph)
LowestPriority
已淘汰.

代表 的最低優先權 DesignerGlyph。 這個數值是固定不變的。

(繼承來源 DesignerGlyph)
NormalPriority
已淘汰.

代表 的正常優先權 DesignerGlyph。 這個數值是固定不變的。

(繼承來源 DesignerGlyph)

屬性

名稱 Description
CanBeActivated
已淘汰.

獲得一個值,表示是否 ConfigErrorGlyph 能聚焦於其所關聯的事物 ActivityDesigner

Priority
已淘汰.

取得活動設計者表面符文的優先權設定。

方法

名稱 Description
Equals(Object)
已淘汰.

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

(繼承來源 Object)
GetBounds(ActivityDesigner, Boolean)
已淘汰.

回傳指定 ActivityDesigner符文的界限。

GetHashCode()
已淘汰.

做為預設哈希函式。

(繼承來源 Object)
GetType()
已淘汰.

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object的淺層複本。

(繼承來源 Object)
OnActivate(ActivityDesigner)
已淘汰.

通知符文已執行動作,使符文被啟動。

OnPaint(Graphics, Boolean, AmbientTheme, ActivityDesigner)
已淘汰.

執行在活動設計器表面渲染字形所需的任何任務。

ToString()
已淘汰.

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

(繼承來源 Object)

適用於