Interface IValueProvider
Namespace: System.Windows.Automation.Provider
Assembly: OpenSilver.dll
Syntax
public interface IValueProvider
Properties
| Improve this Doc View SourceIsReadOnly
Declaration
bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Value
Declaration
string Value { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceSetValue(String)
Declaration
void SetValue(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |