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