IValueProvider Interfaz

Definición

Expone métodos y propiedades para admitir Automatización de la interfaz de usuario acceso de cliente a controles que tienen un valor intrínseco que no abarca un intervalo y que se puede representar como una cadena.

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
Derivado
Atributos

Comentarios

El valor del control puede o no ser editable en función del control y de su configuración.

Se implementa en un proveedor de Automatización de la interfaz de usuario que debe admitir el patrón de control ValuePattern.

Propiedades

Nombre Description
IsReadOnly

Obtiene un valor que especifica si el valor de un control es de solo lectura.

Value

Obtiene el valor del control .

Métodos

Nombre Description
SetValue(String)

Establece el valor de un control .

Se aplica a

Consulte también