Share via


IExtensionSectionMetadata Interface

Definition

Represents an instance of metadata inside a section of an extension's extension.json.

public interface IExtensionSectionMetadata
type IExtensionSectionMetadata = interface
Public Interface IExtensionSectionMetadata
Derived

Properties

ExtensionIdentificationToken

Gets the ExtensionIdentificationToken that identifies the extension that this registration belongs to.

Identifier

Gets the unique identifier of the registration.

RawJson

Gets the string representation of the raw json that this registration was deserialized from.

Applies to