SelectionGlyph 類別

定義

警告

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

當在工作流程設計介面上選取 ActivityDesigner 時,提供其所顯示之所有圖像 (Glyph) 類別的方法和屬性。

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 類別是所有圖像類別的基底類別 (Base Class),這些活動設計介面上的圖像類別會在使用者選取時變更外觀。

給實施者的注意事項

當您從 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)

適用於