MetadataId Class

Definition

An Id that can be used to identify a metadata instance. If two metadata instances have the same id then they are guaranteed to have the same content. If two metadata instances have different ids, then the contents may or may not be the same. As such, the id is useful as a key in a cache when a client wants to share data for a metadata reference as long as it has not changed.

public ref class MetadataId sealed
public sealed class MetadataId
type MetadataId = class
Public NotInheritable Class MetadataId
Inheritance
MetadataId

Applies to