Share via


SettingStringFormat Struct

Definition

[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

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 string.

Inequality(SettingStringFormat, SettingStringFormat)

Compares two SettingStringFormat values returning whether they are different.

Applies to