Specifies the levels of support for an IValueProvider.
[Visual Basic] Public Enum ValueExpressionLevel [C#] public enum ValueExpressionLevel [C++] public enum ValueExpressionLevel
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
NotSupported | Indicates that the IValueProvider can not provide an expression for the value. |
Supported | Indicates that the IValueProvider can provide an expression for the value. |
UserSelected | Indicates that the IValueProvider can provide an expression for the value, and the user has specified that this IValueProvider should provide the expression. |
Namespace: System.ComponentModel.Design
Assembly: System.dll
System.ComponentModel.Design Namespace | IValueProvider | IValueProviderService