IExtensionSectionMetadata Interface
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.
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. |