Indicates a property can have a list of suggested values, determined either statically or on-demand.
Name | Description | |
---|---|---|
SuggestableValueAttribute(System.Type suggestionProvider) |
Initializes a new instance of the SuggestableValueAttribute class. |
|
SuggestableValueAttribute(string[] staticValues) |
Initializes a new instance of the SuggestableValueAttribute class. |
Name | Description | |
---|---|---|
StaticValues |
Gets the static values to be suggested |
|
SuggestionProvider |
Gets the suggestion provider type. |