ComponentActionsType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據物件繫結的智慧標籤型別如何與元件相關聯來指定其型別。
public enum class ComponentActionsType
public enum ComponentActionsType
type ComponentActionsType =
Public Enum ComponentActionsType
- 繼承
欄位
All | 0 | 兩種智慧標籤型別。 |
Component | 1 | 僅限提取模型智慧標籤。 |
Service | 2 | 僅限推入模型智慧標籤。 |
備註
下表描述將對象系結智慧標記與元件建立關聯性的兩個選項。
智慧標記模型 | 描述 |
---|---|
提取 | 衍生自 ComponentDesigner 且與元件相關聯的類別會 ActionLists 覆寫 屬性,以傳回該元件的智慧標記集合。 |
推送 | 對方法的 Add 呼叫會明確地將指定的智慧標記與指定的元件產生關聯。 |
如需這些智慧標記模型的詳細資訊,請參閱 DesignerActionService 和 DesignerActionListCollection 類別。