ComponentActionsType 列舉

定義

根據物件繫結的智慧標籤型別如何與元件相關聯來指定其型別。

public enum class ComponentActionsType
public enum ComponentActionsType
type ComponentActionsType = 
Public Enum ComponentActionsType
繼承
ComponentActionsType

欄位

All 0

兩種智慧標籤型別。

Component 1

僅限提取模型智慧標籤。

Service 2

僅限推入模型智慧標籤。

備註

下表描述將物件系結智慧標籤與元件產生關聯的兩個選項。

智慧標籤模型 描述
提取 衍生自 ComponentDesigner 且與元件相關聯的類別會 ActionLists 覆寫 屬性,以傳回該元件的智慧標籤集合。
推送 對 方法的 Add 呼叫會明確地將指定的智慧標籤與指定的元件產生關聯。

如需這些智慧標籤模型的詳細資訊,請參閱 DesignerActionServiceDesignerActionListCollection 類別。

適用於

另請參閱