IValueProvider 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
公开方法和属性,以支持对内部值未跨越范围并且可以表示为字符串的控件进行 UI 自动化客户端访问。
public interface class IValueProvider
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("c7935180-6fb3-4201-b174-7df73adbf64a")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IValueProvider
public interface IValueProvider
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("c7935180-6fb3-4201-b174-7df73adbf64a")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IValueProvider = interface
type IValueProvider = interface
Public Interface IValueProvider
- 派生
- 属性
注解
控件的值可能是可编辑的,也可能是不可编辑的,具体取决于控件及其设置。
在必须支持控件模式的UI 自动化提供程序上ValuePattern实现。
属性
IsReadOnly |
获取一个值,该值指定控件的值是否是只读的。 |
Value |
获取控件的值。 |
方法
SetValue(String) |
设置控件的值。 |