SettingRetrieval<T> Class
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.
The result of a call to one of ISettingsReader's Get* methods.
public class SettingRetrieval<T> : IEquatable<Microsoft.VisualStudio.Utilities.UnifiedSettings.SettingRetrieval<T>>
type SettingRetrieval<'T> = class
interface IEquatable<SettingRetrieval<'T>>
Public Class SettingRetrieval(Of T)
Implements IEquatable(Of SettingRetrieval(Of T))
Type Parameters
- T
- Inheritance
-
SettingRetrieval<T>
- Implements
Constructors
SettingRetrieval<T>(SettingRetrieval<T>) | |
SettingRetrieval<T>(SettingRetrievalOutcome, String, T) |
The result of a call to one of ISettingsReader's Get* methods. |
Properties
EqualityContract | |
Message |
An optional message with more details in case of failure. Useful for debugging or logging. |
Outcome |
Success/failure type. |
Value |
The setting value, or null if retrieval failed. |
Methods
<Clone>$() | |
Deconstruct(SettingRetrievalOutcome, String, T) | |
Equals(Object) | |
Equals(SettingRetrieval<T>) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(SettingRetrieval<T>, SettingRetrieval<T>) | |
Inequality(SettingRetrieval<T>, SettingRetrieval<T>) |