Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IValueProvider Interface

 

Exposes methods and properties to support UI Automation client access to controls having an intrinsic value that does not span a range and that can be represented as a string.

Namespace:   System.Windows.Automation.Provider
Assembly:  UIAutomationProvider (in UIAutomationProvider.dll)

[ComVisibleAttribute(true)]
[GuidAttribute("c7935180-6fb3-4201-b174-7df73adbf64a")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IValueProvider

NameDescription
System_CAPS_pubpropertyIsReadOnly

Gets a value that specifies whether the value of a control is read-only.

System_CAPS_pubpropertyValue

Gets the value of the control.

NameDescription
System_CAPS_pubmethodSetValue(String)

Sets the value of a control.

The value of the control may or may not be editable depending on the control and its settings.

Implemented on a UI Automation provider that must support the ValuePattern control pattern.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft