Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IValueProvider Interface

Definition

Namespace:
System.Windows.Automation.Provider
Assembly:
UIAutomationProvider.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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.

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
Derived
Attributes

Remarks

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.

Properties

Name Description
IsReadOnly

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

Value

Gets the value of the control.

Methods

Name Description
SetValue(String)

Sets the value of a control.

Applies to

See also


Feedback

Was this page helpful?