ComponentActionsType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
可与组件关联的设计器操作项。
public enum class ComponentActionsType
public enum ComponentActionsType
type ComponentActionsType =
Public Enum ComponentActionsType
- 继承
字段
| 名称 | 值 | 说明 |
|---|---|---|
| All | 0 | 表示组件和服务类型设计器操作。 |
| Component | 1 | 表示拉取模型设计器操作。 |
| Service | 2 | 表示推送模型设计器操作。 |