共用方式為


ExtensionMetadata Class

Definition

Metadata related to the set of extensions that have been added and removed since the last update notification.

public ref class ExtensionMetadata
[System.Runtime.Serialization.DataContract]
public class ExtensionMetadata
[<System.Runtime.Serialization.DataContract>]
type ExtensionMetadata = class
Public Class ExtensionMetadata
Inheritance
ExtensionMetadata
Attributes

Constructors

ExtensionMetadata(IReadOnlyCollection<SectionMetadata>, IReadOnlyCollection<ExtensionIdentificationToken>)

Initializes a new instance of the ExtensionMetadata class.

Properties

Added

Gets the metadata for extensions added since the last notification.

Removed

Gets the metadata entry keys that were removed since the last notification.

Applies to