ArraySettingItemProperty.Enum Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ArraySettingItemProperty.Enum class.
public Enum (string id, string displayName, Microsoft.VisualStudio.Extensibility.Settings.EnumSettingEntry[] values, string defaultValue);
new Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemProperty.Enum : string * string * Microsoft.VisualStudio.Extensibility.Settings.EnumSettingEntry[] * string -> Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemProperty.Enum
Public Sub New (id As String, displayName As String, values As EnumSettingEntry(), defaultValue As String)
Parameters
- id
- String
The identifier of the property.
- displayName
- String
The display name of the property.
- values
- EnumSettingEntry[]
The allowed values for the enumeration.
- defaultValue
- String
The default value of the property.