ConditionEditorController 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标识为仅供参考。 不支持。 不保证以后的兼容性。 定义配置条件的方法和属性。
public ref class ConditionEditorController : System::ComponentModel::Component
public class ConditionEditorController : System.ComponentModel.Component
type ConditionEditorController = class
inherit Component
Public Class ConditionEditorController
Inherits Component
- 继承
-
ConditionEditorController
构造函数
| ConditionEditorController(IContainer, String, ConditionEditorStrings) |
标识为仅供参考。 不支持。 不保证以后的兼容性。 使用指定的容器、方面名称和 UI 标签初始化 类的新实例 ConditionEditorController 。 |
属性
| ConditionObject |
标识为仅供参考。 不支持。 不保证以后的兼容性。 获取由控制器管理的 Condition 对象。 |
| View |
标识为仅供参考。 不支持。 不保证以后的兼容性。 获取此控制器的控制视图。 |
方法
| Dispose(Boolean) |
标识为仅供参考。 不支持。 不保证以后的兼容性。 释放 ConditionEditorController 类使用的所有资源。 |
| GenerateConditionObject() |
标识为仅供参考。 不支持。 不保证以后的兼容性。 从约束列表数据生成新的 Condition 对象。 |
| LoadConstraintList(Condition) |
标识为仅供参考。 不支持。 不保证以后的兼容性。 从指定的 Condition 对象加载约束列表。 |
事件
| ConditionChanged |
标识为仅供参考。 不支持。 不保证以后的兼容性。 添加或修改条件时事件的事件处理程序。 |