通过


ComponentActionsType 枚举

定义

指定与组件关联的对象绑定智能标记的类型。

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

字段

名称 说明
All 0

这两种类型的智能标记。

Component 1

仅拉取模型智能标记。

Service 2

仅推送模型智能标记。

注解

下表描述了将对象绑定智能标记关联到组件的两个选项。

智能标记模型 说明
拉取 ComponentDesigner 组件关联的派生类将重写 ActionLists 属性以返回该组件的智能标记集合。
推送 Add 方法的调用显式将指定的智能标记与指定的组件相关联。

有关这些智能标记模型的详细信息,请参阅 DesignerActionServiceDesignerActionListCollection 类。

适用于

另请参阅