IValueProvider Interfaz

Definición

Expone métodos y propiedades para admitir el acceso de cliente de automatización de la interfaz de usuario a los 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 según el control y su configuración.

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

Propiedades

IsReadOnly

Obtiene un valor que especifica si el valor de un control es de sólo lectura.

Value

Obtiene el valor del control.

Métodos

SetValue(String)

Establece el valor de un control.

Se aplica a

Consulte también