SettingStringFormat Struct
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.
Formats of Setting.FormattedString.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.Settings.SettingStringFormat+Converter))]
public readonly struct SettingStringFormat : IEquatable<Microsoft.VisualStudio.Extensibility.Settings.SettingStringFormat>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.Settings.SettingStringFormat+Converter))>]
type SettingStringFormat = struct
Public Structure SettingStringFormat
Implements IEquatable(Of SettingStringFormat)
- Inheritance
-
SettingStringFormat
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Properties
Date |
Date format. |
DirectoryPath |
Directory path format. |
Email format. |
|
FilePath |
File path format. |
Ipv4 |
Ipv4 format. |
Time |
Time format. |
Uri |
Uri format. |
Methods
Equals(Object) | Indicates whether this instance and a specified object are equal. |
Equals(SettingStringFormat) | Indicates whether the current object is equal to another object of the same type. |
GetHashCode() | Returns the hash code for this instance. |
ToString() |
Returns the string value of SettingStringFormat. |
Operators
Equality(SettingStringFormat, SettingStringFormat) |
Compares two SettingStringFormat values returning whether they are equal. |
Implicit(SettingStringFormat to String) |
Implicitly converts a SettingStringFormat to a |
Inequality(SettingStringFormat, SettingStringFormat) |
Compares two SettingStringFormat values returning whether they are different. |