DataBindingValueUIHandler 类
定义
为数据绑定值提供一个用户界面处理程序。Provides a UI handler for data binding values.
此 API 支持产品基础结构,不能在代码中直接使用。
public ref class DataBindingValueUIHandler
public class DataBindingValueUIHandler
type DataBindingValueUIHandler = class
Public Class DataBindingValueUIHandler
- 继承
-
DataBindingValueUIHandler
构造函数
| DataBindingValueUIHandler() |
此 API 支持产品基础结构,不能在代码中直接使用。 初始化 DataBindingValueUIHandler 类的新实例。Initializes a new instance of the DataBindingValueUIHandler class. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| OnGetUIValueItem(ITypeDescriptorContext, PropertyDescriptor, ArrayList) |
此 API 支持产品基础结构,不能在代码中直接使用。 如果当前控件有数据绑定而当前对象还没有绑定,则会为指定的属性和指定的值项列表添加一个数据绑定。Adds a data binding for the specified property and the specified value item list, if the current control has data bindings and the current object does not already have a binding. |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |