ArraySettingItemProperty.FormattedString 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.FormattedString class.
public FormattedString (string id, string displayName, Microsoft.VisualStudio.Extensibility.Settings.SettingStringFormat format, string defaultValue);
new Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemProperty.FormattedString : string * string * Microsoft.VisualStudio.Extensibility.Settings.SettingStringFormat * string -> Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemProperty.FormattedString
Public Sub New (id As String, displayName As String, format As SettingStringFormat, defaultValue As String)
Parameters
- id
- String
The identifier of the property.
- displayName
- String
The display name of the property.
- format
- SettingStringFormat
The format used to validate this property.
- defaultValue
- String
The default value of the property.