MetadataCacheResult<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.
A result entry for extension metadata cache read.
public class MetadataCacheResult<T> : IEquatable<Microsoft.Internal.VisualStudio.Extensibility.Framework.MetadataCacheResult<T>>
type MetadataCacheResult<'T> = class
interface IEquatable<MetadataCacheResult<'T>>
Public Class MetadataCacheResult(Of T)
Implements IEquatable(Of MetadataCacheResult(Of T))
Type Parameters
- T
- Inheritance
-
MetadataCacheResult<T>
- Implements
Constructors
MetadataCacheResult<T>(Boolean, T) |
A result entry for extension metadata cache read. |
MetadataCacheResult<T>(MetadataCacheResult<T>) |
Properties
Data |
Data that is read if IsValid is true. |
EqualityContract | |
IsValid |
Gets whether the result was read successfully and is valid. |
Methods
<Clone>$() | |
Deconstruct(Boolean, T) | |
Equals(MetadataCacheResult<T>) | |
Equals(Object) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(MetadataCacheResult<T>, MetadataCacheResult<T>) | |
Inequality(MetadataCacheResult<T>, MetadataCacheResult<T>) |