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