ExtensionConfiguration.Metadata Property
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.
Gets the descriptive information about the extension.
public Microsoft.VisualStudio.Extensibility.ExtensionMetadata? Metadata { get; init; }
member this.Metadata : Microsoft.VisualStudio.Extensibility.ExtensionMetadata with get, set
Public Property Metadata As ExtensionMetadata
Property Value
Remarks
Metadata must be null
when RequiresInProcessHosting is true
, it must have a value otherwise.