Partager via


ExtensionSectionMetadata Class

Definition

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

[System.Serializable]
public class ExtensionSectionMetadata : Microsoft.Internal.VisualStudio.Extensibility.Framework.IExtensionSectionMetadata
[<System.Serializable>]
type ExtensionSectionMetadata = class
    interface IExtensionSectionMetadata
Public Class ExtensionSectionMetadata
Implements IExtensionSectionMetadata
Inheritance
ExtensionSectionMetadata
Derived
Attributes
Implements

Constructors

ExtensionSectionMetadata(String)

Creates an instance of ExtensionSectionMetadata.

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